Skip to content

Commit c956861

Browse files
committed
changes
1 parent 972a274 commit c956861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"scripts": {
2020
"build": "tsc --outDir dist",
2121
"dev": "tsc --watch",
22-
"lint": "prettier --write ."
22+
"lint": "prettier --write .",
23+
"test": "echo `no-test` & exit 0"
2324
},
2425
"files": [
2526
"dist/module.js"

0 commit comments

Comments
 (0)