Use jspm buildpack, no jspm in postinstall
This commit is contained in:
parent
979296a07b
commit
d9af91f83b
2 changed files with 2 additions and 1 deletions
1
.buildpacks
Normal file
1
.buildpacks
Normal file
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/kudos/heroku-buildpack-nodejs-jspm.git
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel -d public/views views && npm run jspm",
|
"build": "babel -d public/views views",
|
||||||
"cover": "istanbul cover _mocha -- --require babel/register --require co-mocha test/**/*.js",
|
"cover": "istanbul cover _mocha -- --require babel/register --require co-mocha test/**/*.js",
|
||||||
"jspm": "./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN && jspm install",
|
"jspm": "./node_modules/.bin/jspm config registries.github.auth $JSPM_GITHUB_AUTH_TOKEN && jspm install",
|
||||||
"start": "node -r babel/register app.js",
|
"start": "node -r babel/register app.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue