Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 31, 2020
1 parent 469744d commit b39956f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -47,10 +47,9 @@ jobs:
- name: npm install and build
run: |
npm install
npx lerna exec npm rebuild
cd packages/app
cd packages/main
npm run build
cd ../main
cd ../app
npm run build
cd ../..
npm run pack
Expand Down

0 comments on commit b39956f

Please sign in to comment.