diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index ab23843..519e330 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -7,4 +7,4 @@ steps: - image: node:lts-alpine commands: - npm install - - npm run build + - npm run build:prod diff --git a/pyproject.toml b/pyproject.toml index 22ae7fd..e62c754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ lines-between-types=1 lines-after-imports=2 default-section = "third-party" -known-first-party = ["transip_client"] +known-first-party = ["newsreader"] section-order = [ "future", "standard-library",