diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index 519e330..ab23843 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -7,4 +7,4 @@ steps: - image: node:lts-alpine commands: - npm install - - npm run build:prod + - npm run build diff --git a/pyproject.toml b/pyproject.toml index e62c754..22ae7fd 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 = ["newsreader"] +known-first-party = ["transip_client"] section-order = [ "future", "standard-library",