mirror of
https://gitlab.com/wirelos/sprocket-ui.git
synced 2025-12-14 14:01:28 +01:00
ci
This commit is contained in:
@@ -12,14 +12,18 @@ cache:
|
|||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm install
|
- yarn install
|
||||||
- npm test
|
- yarn test
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- yarn build:frontend
|
||||||
|
|
||||||
pack:
|
pack:
|
||||||
stage: deploy
|
stage: publish
|
||||||
script:
|
script:
|
||||||
- npm install
|
- yarn pack
|
||||||
- npm pack
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./*.tgz
|
- ./*.tgz
|
||||||
BIN
websprocket-v1.0.0.tgz
Normal file
BIN
websprocket-v1.0.0.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user