parent
9b3389a637
commit
54786fb07a
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@ pipeline:
|
|||
build:
|
||||
image: debian
|
||||
commands:
|
||||
- touch lol.txt
|
||||
- ls -l
|
||||
- npm ci
|
||||
- mkdir build
|
||||
- esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build
|
||||
- ls build
|
||||
when:
|
||||
branch: master
|
Loading…
Reference in a new issue