Skip to content

Commit 4b3b78a

Browse files
committed
chore: fix test on package json
1 parent 9fc3de3 commit 4b3b78a

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
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"main": "index.js",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1",
6+
"test": "echo \"Error: no test specified\"",
77
"start": "wasm-pack build --target nodejs && node index.js"
88
},
99
"author": "",

0 commit comments

Comments
 (0)