Skip to content

Commit 1403c30

Browse files
committed
feat: add missing start script
1 parent 72cf473 commit 1403c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"lint": "tsc && eslint . && prettier --check .",
2222
"prepack": "tsc && pinst --disable",
2323
"postpack": "pinst --enable",
24+
"start": "webpack serve --open",
2425
"test": "ava"
2526
},
2627
"engines": {

0 commit comments

Comments
 (0)