8000 Update scripts command. · evalcoding/linux-command@22926dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 22926dc

Browse files
committed
Update scripts command.
1 parent daec36f commit 22926dc

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
@@ -4,7 +4,8 @@
44
"description": "Linux Command",
55
"main": "dist/data.json",
66
"scripts": {
7-
"start": "node build/compile.js && npm run deploy",
7+
"start": "npm run build && npm run deploy",
8+
"build": "node build/build.js",
89
"deploy": "node build/deploy.js"
910
},
1011
"keywords": [

0 commit comments

Comments
 (0)
0