We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7162075 commit baafd09Copy full SHA for baafd09
1 file changed
.github/workflows/deploy-production.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: ./phoenix
25
run: |
26
npm install
27
- npm run release:prod
+ npm run release:dev
28
npm run zipTestFiles
29
cp -r dist distToDeploy/
30
cp -r dist distToDeploy/src/
0 commit comments