Skip to content

Commit 8719099

Browse files
committed
Merge pull request #280 from shunwen/fix-package-json
Fixed missing parenthesis in package.json
2 parents e2ca7e0 + c31feb5 commit 8719099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:clean": "rm app/assets/webpack/*",
1616
"build:production:client": "(cd client && npm run build:production:client --silent)",
1717
"build:production:server": "(cd client && npm run build:production:server --silent)",
18-
"build:client": "(cd client && npm run build:client --silent",
18+
"build:client": "(cd client && npm run build:client --silent)",
1919
"build:server": "(cd client && npm run build:server --silent)",
2020
"build:dev:client": "(cd client && npm run build:dev:client --silent)",
2121
"build:dev:server": "(cd client && npm run build:dev:server --silent)",

0 commit comments

Comments
 (0)