Skip to content

Commit

Permalink
chore: update package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcaufy committed Jan 31, 2019
1 parent bfe4b8a commit f3019c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"dev:all": "node ./scripts/build.js",
"dev:watch": "chokidar '**/*.wpy' '**/*.js' -c 'npm run dev:all' -i '/dist/'",
"docs": "cd docs && node server.js",
"prepublish": "npm run build",
"bootstrap": "./node_modules/.bin/lerna bootstrap --loglevel silly && ./scripts/install_dev.sh",
"bootstrap:prod": "./node_modules/.bin/lerna bootstrap --loglevel -- --production --no-optional && ./scripts/install_dev.sh",
"build": "node ./node_modules/gulp/bin/gulp build",
"watch-compile": "npm run build -- --watch",
"watch": "node ./node_modules/gulp/bin/gulp watch",
"test": "./scripts/test.sh",
"clean": "./scripts/clean.sh",
"publish": "npm run test && ./node_modules/.bin/lerna publish",
"publish": "./scripts/npm_publish/index.js publish",
"commit": "git cz"
},
"repository": {
Expand Down

0 comments on commit f3019c0

Please sign in to comment.