Skip to content

Commit

Permalink
Update scripts naming
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Jul 27, 2017
1 parent af3579d commit 9ec4deb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"main": "index.js",
"scripts": {
"start": "cd example && python -m SimpleHTTPServer",
"copy_bundle_to_example": "./scripts/copy_bundle_to_example.sh",
"build_js": "./scripts/compile_sources.sh",
"build_styles": "./scripts/compile_styl.sh",
"prepare_publish": "npm run build_styles && npm run build_js && npm run copy_bundle_to_example"
"update-example": "./scripts/copy_bundle_to_example.sh",
"build": "./scripts/compile_sources.sh",
"prepublish": "npm run build_styles && npm run build_js && npm run copy_bundle_to_example"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ec4deb

Please sign in to comment.