Skip to content

Commit f0c65e0

Browse files
committed
Updated package.json with Windows-specific commands
1 parent 99cd6dd commit f0c65e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"deploy": "NODE_ENV=deployment node ./bin/www.js",
99
"debug": "DEBUG=hackboard:* NODE_ENV=test nodemon --ignore gcp_creds.json ./bin/www.js",
1010
"test": "DEBUG=hackboard:* NODE_ENV=test mocha -r dotenv/config --reporter spec tests/**.js --exit",
11+
"test-windows": "DEBUG=hackboard:* SET NODE_ENV=test & mocha -r dotenv/config --reporter spec tests/**.js --exit",
1112
"seed": "NODE_ENV=test node ./seed/index.js",
13+
"seed-windows": "SET NODE_ENV=test & node ./seed/index.js",
1214
"docs": "apidoc -i ./routes -o ./docs/api/",
1315
"format": "prettier --write '**/*.js'",
1416
"lint": "eslint --fix '**/*.js'"

0 commit comments

Comments
 (0)