Skip to content

Commit a5ab5c5

Browse files
committed
Add Build command
1 parent 8b5e440 commit a5ab5c5

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
@@ -4,6 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"build": "npm install && npm --prefix ./frontend install ./frontend",
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
910
"author": "",

0 commit comments

Comments
 (0)