Skip to content

Commit e107cfd

Browse files
author
Matthew Smith
authored
fix: make npm run test scripts work cross-environment (#10) (#11)
* fix: make npm run test scripts work cross-environment (#10) * chore: remove need for cross-env (#10)
1 parent db1d4c5 commit e107cfd

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

package-lock.json

Lines changed: 18 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
],
88
"scripts": {
99
"prepare": "husky install",
10-
"test": "\"./node_modules/.bin/cucumber-js\" -p default",
11-
"test:generators": "\"./node_modules/.bin/cucumber-js\" -p generators",
10+
"test": "cucumber-js -p default",
11+
"test:generators": "cucumber-js -p generators",
1212
"format:check:all": "prettier --check .",
1313
"format:write:all": "prettier --write .",
1414
"lint:check:all": "eslint .",

0 commit comments

Comments
 (0)