Skip to content

Commit 88cdb29

Browse files
committed
Add dummy test script
1 parent fdc8614 commit 88cdb29

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
@@ -11,7 +11,8 @@
1111
"start": "npx webpack --watch --mode development",
1212
"prepare": "npm run build",
1313
"prepublishOnly": "npm run build",
14-
"lint": "eslint '**/*.{js,ts}' --fix"
14+
"lint": "eslint '**/*.{js,ts}' --fix",
15+
"test": "exit 0"
1516
},
1617
"repository": {
1718
"type": "git",

0 commit comments

Comments
 (0)