Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Aug 23, 2023
1 parent 87ace40 commit 0a3fbf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"license": "BSD-4-Clause",
"scripts": {
"check": "tsc -p tsconfig.json --noEmit",
"build": "yarn workspaces foreach -p -t --exclude '{root-workspace}' run build",
"build": "yarn workspaces foreach -ptAv --exclude '{root-workspace}' run build",
"build:docs": "typedoc --theme default --out docs/api --tsconfig tsconfig.docs.json && touch docs/.nojekyll",
"bundle": "yarn workspace @kiltprotocol/sdk-js run bundle",
"clean": "rimraf tests/bundle/dist && rimraf tests/integration/dist && yarn workspaces foreach -p --exclude '{root-workspace}' run clean",
"clean:docs": "rimraf docs/api",
"prepublish": "yarn workspaces foreach -p --no-private exec cp -f ../../LICENSE .",
"publish": "yarn workspaces foreach -pt --no-private npm publish",
"prepublish": "yarn workspaces foreach -pA --no-private exec cp -f ../../LICENSE .",
"publish": "yarn workspaces foreach -ptAv --no-private npm publish",
"lint": "eslint packages tests --format=codeframe",
"lint:fix": "yarn lint --fix",
"set:version": "npm version --no-git-tag-version --no-workspaces-update --workspaces --include-workspace-root",
Expand Down
1 change: 1 addition & 0 deletions packages/vc-export/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"exclude": [
"coverage",
"**/*.spec.ts",
"**/__mocks__"
]
}

0 comments on commit 0a3fbf0

Please sign in to comment.