Skip to content

Commit f862a18

Browse files
committed
Use prepublish script hook for jspm install
From this conversion: https://gitter.im/jspm/jspm?at=55667b1eea249de64e749a2f
1 parent e04089c commit f862a18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The code playground for `postcss-css-variables` is [available live here](https:/
1414

1515
Run once to set everything up:
1616

17-
`npm run setup`
17+
`npm install`
1818

1919
When developing run the following to build:
2020

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"run-sequence": "^1.1.0"
4848
},
4949
"scripts": {
50-
"setup": "npm install & iojs ./node_modules/jspm/jspm.js install",
50+
"prepublish": "jspm install -y",
5151
"build": "iojs ./node_modules/gulp/bin/gulp.js",
5252
"build-dev": "iojs ./node_modules/gulp/bin/gulp.js --dev"
5353
}

0 commit comments

Comments
 (0)