Skip to content

Commit

Permalink
Use yarn to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jul 15, 2019
1 parent 6385d85 commit ced572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"build:typescript": "tsc --project tsconfig.json",
"build": "npm run build:typescript && npm run build:bundle && npm run build:copy",
"build:analyze": "npm run build",
"release": "yarn test && yarn version && yarn build && npm run publish",
"release": "yarn test && yarn version && yarn build && yarn publish --non-interactive",
"publish": "npm publish build"
},
"devDependencies": {
Expand Down

0 comments on commit ced572e

Please sign in to comment.