Skip to content

Commit fdf3501

Browse files
committed
Add test script
1 parent 935e76c commit fdf3501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
},
5454
"scripts": {
5555
"build": "microbundle",
56-
"dev": "microbundle watch"
56+
"dev": "microbundle watch",
57+
"test": "echo 'No tests'"
5758
},
5859
"devDependencies": {
5960
"microbundle": "^0.14.2"

0 commit comments

Comments
 (0)