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.
1 parent 654eb3b commit 2c7c204Copy full SHA for 2c7c204
package.json
@@ -86,7 +86,7 @@
86
"start:api": "npx nx serve api",
87
"start:client": "npx nx run client:configure-env; npx nx serve client |&& \"Server exited, resetting environment...\" && npx nx run client:configure-env --reset",
88
"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",
+ "start:documentation": "npx nx run documentation:configure-env; npx nx serve documentation && \"Server exited, resetting environment...\" || npx nx run documentation:configure-env --reset",
90
"start:electron": "electron-builder install-app-deps; yarn build:client && electron .electron/",
91
"start:elements": "npx nx run elements:configure-env; npx nx serve elements && \"Server exited, resetting environment...\" && npx nx run elements:configure-env --reset",
92
"test": "npx nx run-many --target test --all --run-in-band",
0 commit comments