Skip to content

Commit

Permalink
No need to npx in a node script
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Dec 2, 2021
1 parent e5b7739 commit ad2d6a9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"typescript": "4.5.2"
},
"scripts": {
"build-local": "tsc --build tsconfig.node.json && npx shx cp src/importer.js lib/ && npx shx cp src/wrapper.mjs lib/",
"build-local": "tsc --build tsconfig.node.json && shx cp src/importer.js lib/ && shx cp src/wrapper.mjs lib/",
"cck-test": "mocha 'compatibility/**/*_spec.ts'",
"feature-test": "node ./bin/cucumber-js",
"html-formatter": "node ./bin/cucumber-js --profile htmlFormatter",
Expand Down

0 comments on commit ad2d6a9

Please sign in to comment.