Skip to content

Commit 44514a5

Browse files
authored
use npm ci instead of install to not alter package lock deps
1 parent 744c7a0 commit 44514a5

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Building phoenix release artifacts
2424
working-directory: ./phoenix
2525
run: |
26-
npm install
26+
npm ci
2727
npm run release:prod
2828
npm run zipTestFiles
2929
cp -r dist distToDeploy/

0 commit comments

Comments
 (0)