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