Skip to content

Commit 831d271

Browse files
committed
Add build script
1 parent 2081536 commit 831d271

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
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"start": "parcel index.html",
8+
"build": "parcel build src/index.js",
89
"dev": "node dev-server.js",
910
"test": "npm run test:lint && npm run test:unit",
1011
"test:watch": "jest --watch src/",

0 commit comments

Comments
 (0)