Skip to content

Commit

Permalink
chore: remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 22, 2023
1 parent 9332941 commit 9ae825b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: node bin/create-midway-dev.js --type=web my_midway_app
- run: cd my_midway_app && npm install && npm run test

Expand All @@ -36,6 +35,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: node bin/create-midway.js --type=web my_midway_app
- run: node bin/create-midway-dev.js --type=web my_midway_app
- run: cd my_midway_app && npm install && npm run test

0 comments on commit 9ae825b

Please sign in to comment.