Skip to content

Commit

Permalink
Setup github build just like now
Browse files Browse the repository at this point in the history
  • Loading branch information
amccloud committed Feb 11, 2020
1 parent 158523d commit 4d8beb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn install --production=false
- run: yarn test
- run: yarn build
- run: yarn install
- run: NODE_ENV=production yarn build
- run: npm publish
env:
NODE_ENV: development
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 4d8beb6

Please sign in to comment.