Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ci(cd): remove dev dependencies from package-lock.json (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 20, 2023
1 parent cdfa9d3 commit da86874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
- name: Build
run: npm run build

- name: Remove dev values from package.json
- name: Remove dev values from package.json and package-lock.json
run: |
npm pkg delete commitlint devDependencies jest nodemonConfig scripts
npm pkg set scripts.start="node ."
npm i --ignore-scripts
- name: Create release asset
run: >
Expand Down

0 comments on commit da86874

Please sign in to comment.