Improve CI speed
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f37f9d61b8
commit
1238a73fbd
|
@ -12,7 +12,6 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
|
||||||
- npm run test
|
- npm run test
|
||||||
depends_on:
|
depends_on:
|
||||||
- lint
|
- lint
|
||||||
|
@ -21,7 +20,6 @@ steps:
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add zip
|
- apk add zip
|
||||||
- npm install
|
|
||||||
- npm run build
|
- npm run build
|
||||||
- zip -r romulus-m.zip dist/
|
- zip -r romulus-m.zip dist/
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue