Skip to content

Commit

Permalink
Execute minify.js with node command to compatible on Windows (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingsam authored and jfirebaugh committed Oct 10, 2016
1 parent a51c9db commit 6496d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "git@github.com:mapbox/mapbox-gl-style-spec.git"
},
"scripts": {
"build": "./minify.js && npm run docs",
"build": "node minify.js && npm run docs",
"cov": "istanbul cover ./node_modules/.bin/tape test/*.js test/migrations/*.js && coveralls < ./coverage/lcov.info",
"docs": "cat lib/*.js lib/*/*.js | dox --raw --skipSingleStar | doxme > API.md && cd docs/_generate && node generate.js",
"lint": "eslint lib/*.js lib/*/*.js migrations/*.js",
Expand Down

0 comments on commit 6496d0e

Please sign in to comment.