mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Never use the phantomjs binary that gets symlinked into node_modules/.bin
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "rm -rf node_modules/.bin/phantomjs",
|
||||
"test": "eslint js/id && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html dot && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index_packaged.html dot"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user