This commit is contained in:
parent
680d91526f
commit
a20e4d3ea4
1 changed files with 4 additions and 5 deletions
|
@ -3,8 +3,7 @@ pipeline:
|
|||
build:
|
||||
image: node:18
|
||||
commands:
|
||||
- touch myfile
|
||||
a-test-step:
|
||||
image: debian
|
||||
commands:
|
||||
- cat myfile
|
||||
- npm install
|
||||
- mkdir build
|
||||
- esbuild stear/main.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build/ --sourcemap
|
||||
- ls -l build
|
Loading…
Reference in a new issue