Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jun 14, 2019
1 parent d61f288 commit 9234a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 build && yarn version && npm publish build"
"release": "yarn test && yarn version && yarn build && npm publish build"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"start": "yarn dev",
"dev": "yarn workspace docs dev",
"release": "yarn workspace @material-ui/pickers release && yarn workspace docs deploy",
"release": "yarn workspace @material-ui/pickers release && git push && git push --tags",
"e2e:open": "cypress open",
"e2e:run": "cypress run",
"docgen": "node docs/scripts/docgen.js",
Expand Down

0 comments on commit 9234a9b

Please sign in to comment.