Skip to content

Commit 2c7c204

Browse files
rfprodCopilot
andauthored
fix(scripts): update pakcage scripts
Co-authored-by: Copilot <[email protected]>
1 parent 654eb3b commit 2c7c204

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
@@ -86,7 +86,7 @@
8686
"start:api": "npx nx serve api",
8787
"start:client": "npx nx run client:configure-env; npx nx serve client |&& \"Server exited, resetting environment...\" && npx nx run client:configure-env --reset",
8888
"start:client-server": "npx nx serve server-prod",
89-
"start:documentation": "npx nx run documentation:configure-env; npx nx serve documentation && \"Server exited, resetting environment...\" && npx nx run documentation:configure-env --reset",
89+
"start:documentation": "npx nx run documentation:configure-env; npx nx serve documentation && \"Server exited, resetting environment...\" || npx nx run documentation:configure-env --reset",
9090
"start:electron": "electron-builder install-app-deps; yarn build:client && electron .electron/",
9191
"start:elements": "npx nx run elements:configure-env; npx nx serve elements && \"Server exited, resetting environment...\" && npx nx run elements:configure-env --reset",
9292
"test": "npx nx run-many --target test --all --run-in-band",

0 commit comments

Comments
 (0)