use npm
This commit is contained in:
parent
96e5736528
commit
e73d22a564
@ -9,7 +9,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test-puppeteer": "jasmine test/test.js",
|
"test-puppeteer": "jasmine test/test.js",
|
||||||
"test-phantom": "python third_party/phantomjs/test/run-tests.py",
|
"test-phantom": "python third_party/phantomjs/test/run-tests.py",
|
||||||
"test": "yarn lint --silent && npm run test-puppeteer && npm run test-phantom",
|
"test": "npm run lint --silent && npm run test-puppeteer && npm run test-phantom",
|
||||||
"install": "node install.js",
|
"install": "node install.js",
|
||||||
"lint": "eslint --quiet -f codeframe . || eslint ."
|
"lint": "eslint --quiet -f codeframe . || eslint ."
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user