Skip to content

Commit 8c2002e

Browse files
committed
fix: missing script added
1 parent b61c78b commit 8c2002e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"serve": "node ./dist/index",
1313
"test": "cross-env NODE_ENV=test jest",
1414
"postinstall": "npm run build-service-sdk && cd client && npm install",
15-
"docker_start": "cross-env NODE_ENV=production node ./dist/index"
15+
"docker_start": "cross-env NODE_ENV=production node ./dist/index",
16+
"build-service-sdk": "cd service && npm install && npm run build"
1617
},
1718
"author": "",
1819
"license": "ISC",

0 commit comments

Comments
 (0)