Skip to content

Commit 20c5850

Browse files
committed
Update package.json
- Add `build` script. - Remove unused `test` script.
1 parent bfc5d2c commit 20c5850

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
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"type": "module",
88
"scripts": {
9-
"test": "echo \"Error: no test specified\" && exit 1"
9+
"build": "tsc"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)