Skip to content

Commit

Permalink
build: allow js, clean artificats in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 4, 2024
1 parent 4f16fae commit 7bc0b3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- *restore-cache
- *install-deps
- *build-packages
- run:
name: Clean build artifacts
command: npm run clean
- *run-unit-tests

workflows:
Expand Down
21 changes: 7 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"target": "ES2021",
"skipLibCheck": true,
"sourceMap": false,
"allowJs": true,
"strict": true,
"useUnknownInCatchVariables": false,
"types": [
Expand Down

0 comments on commit 7bc0b3f

Please sign in to comment.