mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
use babel-node to fix node 4 issues
This commit is contained in:
parent
07547fdb68
commit
b78c3cae3e
@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"build": "npm run lint && npm run test",
|
||||
"lint": "eslint .",
|
||||
"test": "node test/src/test.js",
|
||||
"test": "babel-node test/src/test.js",
|
||||
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
|
||||
"patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
|
||||
"minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
|
||||
|
Loading…
x
Reference in New Issue
Block a user