mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-12-22 19:05:59 +00:00
Run correct script to build
D'oh!
This commit is contained in:
parent
77da59bea2
commit
63b3a410dd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ static:
|
||||||
before_script:
|
before_script:
|
||||||
- yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000
|
- yarn install --cache-folder .yarn --prefer-offline --production --network-timeout 100000
|
||||||
script:
|
script:
|
||||||
- npm run release
|
- npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
name: '$CI_JOB_ID'
|
name: '$CI_JOB_ID'
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue