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:
|
||||
stage: test
|
||||
script:
|
||||
- npm install
|
||||
- npm test
|
||||
- yarn install
|
||||
- yarn test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- yarn build:frontend
|
||||
|
||||
pack:
|
||||
stage: deploy
|
||||
stage: publish
|
||||
script:
|
||||
- npm install
|
||||
- npm pack
|
||||
- yarn pack
|
||||
artifacts:
|
||||
paths:
|
||||
- ./*.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