Skip to content

Commit

Permalink
Update pkg script
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Jan 23, 2019
1 parent 2f9be7d commit 04953bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
"test": "lerna run test --stream --parallel",
"dev": "cd packages/website && yarn dev",
"deploy": "cd packages/website && yarn deploy",
"predeploy": "node helpers/update_readme",
"prepare:deploy": "cd packages/website/src && yarn",
"create": "node helpers/create",
"bs": "lerna bootstrap",
"prebuild": "lerna clean -y && yarn",
"build": "lerna run build --stream --parallel",
"update-deps": "cd packages/website && yarn run update-deps",
"prerelease": "yarn build",
"release": "lerna publish"
"release": "lerna publish",
"postrelease": "node helpers/update_readme"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
Expand Down

0 comments on commit 04953bb

Please sign in to comment.