We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublish
1 parent e04089c commit f862a18Copy full SHA for f862a18
playground/README.md
@@ -14,7 +14,7 @@ The code playground for `postcss-css-variables` is [available live here](https:/
14
15
Run once to set everything up:
16
17
-`npm run setup`
+`npm install`
18
19
When developing run the following to build:
20
playground/package.json
@@ -47,7 +47,7 @@
47
"run-sequence": "^1.1.0"
48
},
49
"scripts": {
50
- "setup": "npm install & iojs ./node_modules/jspm/jspm.js install",
+ "prepublish": "jspm install -y",
51
"build": "iojs ./node_modules/gulp/bin/gulp.js",
52
"build-dev": "iojs ./node_modules/gulp/bin/gulp.js --dev"
53
}
0 commit comments