Skip to content

Commit 88b1593

Browse files
committed
add test script
1 parent 8182fc6 commit 88b1593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"gypfile": true,
66
"scripts": {
7-
"start": "node example/index.js",
7+
"test": "node example/index.js",
88
"build:dev": "node-gyp -j 16 build --debug",
99
"build": "node-gyp -j 16 build",
1010
"rebuild:dev": "node-gyp -j 16 rebuild --debug",

0 commit comments

Comments
 (0)