parent
77024103b9
commit
b22a3caed7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: node:18-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm install
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- npm run build
|
- npm run build
|
||||||
- ls build
|
- ls build
|
||||||
|
|
Loading…
Reference in a new issue