This commit is contained in:
parent
f37f9d61b8
commit
1238a73fbd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user