mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Fix compiling before testing
This commit is contained in:
parent
79071b5e4f
commit
42aef43f2f
@ -160,9 +160,9 @@
|
||||
"watch": "gulp watch",
|
||||
"docs": "gulp docs",
|
||||
"test": "npm run compile && mocha test node-test --recursive --require babel-core/register",
|
||||
"test:browser": "karma start ./browser-test-config/local-karma.js",
|
||||
"test:browserstack": "karma start ./browser-test-config/browserstack-karma.js",
|
||||
"coverage": "istanbul cover _mocha -- test node-test --recursive --require babel-core/register; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
|
||||
"test:browser": "npm run compile && karma start ./browser-test-config/local-karma.js",
|
||||
"test:browserstack": "npm run compile && karma start ./browser-test-config/browserstack-karma.js",
|
||||
"coverage": "npm run compile && istanbul cover _mocha -- test node-test --recursive --require babel-core/register; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
|
||||
"prepublishOnly": "npm run build && npm test"
|
||||
},
|
||||
"bin": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user