We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d66fcb commit 41ee03cCopy full SHA for 41ee03c
.github/workflows/deploy-staging.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:staging
28
npm run zipTestFiles
29
cp -r dist distToDeploy/
0 commit comments