i should've done this as a pull request
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
Ell 2023-07-02 19:41:08 +02:00
parent 60e06694fe
commit 5efadcede3

View file

@ -2,7 +2,7 @@ steps:
build: build:
image: node:latest image: node:latest
commands: 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 - cd src
- npm install - npm install
- npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder - npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder