We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744c7a0 commit 44514a5Copy full SHA for 44514a5
1 file changed
.github/workflows/deploy-production.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Building phoenix release artifacts
24
working-directory: ./phoenix
25
run: |
26
- npm install
+ npm ci
27
npm run release:prod
28
npm run zipTestFiles
29
cp -r dist distToDeploy/
0 commit comments