Skip to content

Commit c5c6e40

Browse files
committed
chore: update build script
1 parent 1052f61 commit c5c6e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/neurosynth-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cy:e2e-browser-staging": "env-cmd -f .env.staging cypress open -b chrome --e2e",
6464
"cy:e2e-browser-dev": "env-cmd -f .env.dev cypress open -b chrome --e2e",
6565
"cy:install": "cypress install",
66-
"start-build": "serve -s -d -n -p 3000 build",
66+
"start-build": "serve -s -d -n -p 3000 dist",
6767
"cy:ci": "start-server-and-test start-ci:dev 3000 cy:e2e-headless"
6868
},
6969
"type": "module",

0 commit comments

Comments
 (0)