apparently this does something
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
Ell 2023-07-02 19:54:40 +02:00
parent 603964f8a6
commit 89f6125e43
2 changed files with 8 additions and 2 deletions

View file

@ -1,9 +1,9 @@
steps:
build:
image: nikolaik/python-nodejs
image: node:latest
commands:
- cd src
- npm install
- npm install --unsafe-perm
- npx presskit build --output ../out --pretty-links --collapse-menu --clean-build-folder
- cp .htaccess ../out
deploy:

6
package-lock.json generated Normal file
View file

@ -0,0 +1,6 @@
{
"name": "Press",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}