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 1052f61 commit c5c6e40Copy full SHA for c5c6e40
compose/neurosynth-frontend/package.json
@@ -63,7 +63,7 @@
63
"cy:e2e-browser-staging": "env-cmd -f .env.staging cypress open -b chrome --e2e",
64
"cy:e2e-browser-dev": "env-cmd -f .env.dev cypress open -b chrome --e2e",
65
"cy:install": "cypress install",
66
- "start-build": "serve -s -d -n -p 3000 build",
+ "start-build": "serve -s -d -n -p 3000 dist",
67
"cy:ci": "start-server-and-test start-ci:dev 3000 cy:e2e-headless"
68
},
69
"type": "module",
0 commit comments