Improve CI speed
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-01-29 14:51:12 +00:00
parent f37f9d61b8
commit 1238a73fbd
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ steps:
- name: test
image: node:lts-alpine
commands:
- npm install
- npm run test
depends_on:
- lint
@ -21,7 +20,6 @@ steps:
image: node:lts-alpine
commands:
- apk add zip
- npm install
- npm run build
- zip -r romulus-m.zip dist/
depends_on: