Skip to content

Commit

Permalink
ci(cd): remove dev dependencies from package-lock.json (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 26, 2023
1 parent b51854a commit fcb4ec3
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 fcb4ec3

Please sign in to comment.