Remove postinstall, add jspm config
This commit is contained in:
parent
358a3593e2
commit
fd97abbfce
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"build": "babel -d public/views views",
|
||||
"postinstall": "jspm install",
|
||||
"jspm": "./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN && jspm install",
|
||||
"start": "node -r 'babel/register' app.js",
|
||||
"test": "mocha --require co-mocha --compilers js:babel/register test/**/*.js --timeout=10000",
|
||||
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue