We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b87fb0 commit 71c8416Copy full SHA for 71c8416
1 file changed
package.json
@@ -35,7 +35,7 @@
35
},
36
"license": "Apache-2.0",
37
"scripts": {
38
- "test": "testjs",
+ "test": "testjs tests/suite.js",
39
"build": "preprocess ./src/bcrypt.js ./src > ./bcrypt.js",
40
"compile": "ccjs bcrypt.js --warning_level=VERBOSE --compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs/minimal-env.js > bcrypt.min.js",
41
"make": "npm run-script build && npm run-script compile && npm test"
0 commit comments