Compare commits

...

2 commits

Author SHA1 Message Date
b4340176da Use correct project name
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful
2025-05-05 15:16:48 +02:00
433ff9413d Specify javascript build target 2025-05-05 15:14:54 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ steps:
- image: node:lts-alpine - image: node:lts-alpine
commands: commands:
- npm install - npm install
- npm run build - npm run build:prod

View file

@ -52,7 +52,7 @@ lines-between-types=1
lines-after-imports=2 lines-after-imports=2
default-section = "third-party" default-section = "third-party"
known-first-party = ["transip_client"] known-first-party = ["newsreader"]
section-order = [ section-order = [
"future", "future",
"standard-library", "standard-library",