Skip to content

Commit d487d80

Browse files
committed
npm doesn't have implicit test script anymore :(
1 parent 870315a commit d487d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"defs:verify": "script/verify-definitions",
3535
"start": "bin/nodenv-update-version-defs",
3636
"start:dryrun": "npm start -- --dry-run",
37+
"test": "echo todo",
3738
"posttest": "npm run lint",
3839
"lint": "npm run lint:js && npm run lint:shell",
3940
"lint:js": "prettier-standard '**/*.js' && standard --fix",

0 commit comments

Comments
 (0)