Skip to content

Commit

Permalink
fixup! BC-6035 - add npx
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Dec 14, 2023
1 parent 2bf4f6f commit afc0a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"debug:container": "nodemon --inspect=0.0.0.0:9310 --config nodemon.json",
"lint": "eslint --ext .json --fix . && eslint ./controllers ./helpers ./test/mocha ./api.js ./app.js --ext .js --fix",
"startd": "echo 'Do you mean 'npm run watch'?'",
"mocha": "npx cross-env NODE_ENV=test mocha test/mocha/ --exit --recursive",
"build": "gulp clear && npx cross-env NODE_OPTIONS=--openssl-legacy-provider gulp",
"dev": "gulp clear && npx cross-env NODE_OPTIONS=--openssl-legacy-provider gulp watch-reload",
"mocha": "./node_modules/.bin/cross-env NODE_ENV=test mocha test/mocha/ --exit --recursive",
"build": "gulp clear && ./node_modules/.bin/cross-env NODE_OPTIONS=--openssl-legacy-provider gulp",
"dev": "gulp clear && ./node_modules/.bin/cross-env NODE_OPTIONS=--openssl-legacy-provider gulp watch-reload",
"coverage": "nyc npm run mocha"
},
"engines": {
Expand Down

0 comments on commit afc0a34

Please sign in to comment.