We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2ca7e0 + c31feb5 commit 8719099Copy full SHA for 8719099
package.json
@@ -15,7 +15,7 @@
15
"build:clean": "rm app/assets/webpack/*",
16
"build:production:client": "(cd client && npm run build:production:client --silent)",
17
"build:production:server": "(cd client && npm run build:production:server --silent)",
18
- "build:client": "(cd client && npm run build:client --silent",
+ "build:client": "(cd client && npm run build:client --silent)",
19
"build:server": "(cd client && npm run build:server --silent)",
20
"build:dev:client": "(cd client && npm run build:dev:client --silent)",
21
"build:dev:server": "(cd client && npm run build:dev:server --silent)",
0 commit comments