Skip to content

Commit baafd09

Browse files
authored
switch to dev builds for extension authoring site
1 parent 7162075 commit baafd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: ./phoenix
2525
run: |
2626
npm install
27-
npm run release:prod
27+
npm run release:dev
2828
npm run zipTestFiles
2929
cp -r dist distToDeploy/
3030
cp -r dist distToDeploy/src/

0 commit comments

Comments
 (0)