Removed NPM production install
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2022-11-04 09:22:23 -04:00
parent b24dab7b84
commit 50d83ea4b9

View File

@ -9,13 +9,6 @@ pipeline:
commands:
- npm run lint
package_setup:
image: node:18
commands:
- npm install --production
when:
event: tag
linux_package:
group: packaging
image: node:18