We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b61c78b commit 8c2002eCopy full SHA for 8c2002e
1 file changed
package.json
@@ -12,7 +12,8 @@
12
"serve": "node ./dist/index",
13
"test": "cross-env NODE_ENV=test jest",
14
"postinstall": "npm run build-service-sdk && cd client && npm install",
15
- "docker_start": "cross-env NODE_ENV=production node ./dist/index"
+ "docker_start": "cross-env NODE_ENV=production node ./dist/index",
16
+ "build-service-sdk": "cd service && npm install && npm run build"
17
},
18
"author": "",
19
"license": "ISC",
0 commit comments