This commit is contained in:
parent
60e06694fe
commit
5efadcede3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ steps:
|
|||
build:
|
||||
image: node:latest
|
||||
commands:
|
||||
- apt-get update && apt-get install -y --no-install-recommends build-essentials
|
||||
- apt-get update && apt-get install -y --no-install-recommends build-essential
|
||||
- cd src
|
||||
- npm install
|
||||
- npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder
|
||||
|
|
Loading…
Reference in a new issue