jspm install in build step

This commit is contained in:
Jonathan Cremin 2015-07-11 11:15:08 +01:00
parent fd97abbfce
commit e01a0757f0

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "babel -d public/views views",
"build": "babel -d public/views views && npm run jspm",
"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",