Skip to content

Commit

Permalink
chore: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mscharley committed Nov 1, 2024
1 parent 6a988d6 commit 3696fff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
12 changes: 0 additions & 12 deletions libs/dot/.gitignore

This file was deleted.

11 changes: 3 additions & 8 deletions libs/dot/.npmignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# TypeScript tests
src/demo
src/**/__tests__
dist/**/__tests__
src/**/__mocks__
dist/**/__mocks__
src/**/__utils__
dist/**/__utils__
examples

# Dev files
reports/
docs/
temp/
.changeset/
.prettier*
.github/
.husky
.nvmrc
.tool-versions
.vscode/
api-extractor.json
tsconfig*.json
tsdoc-metadata.json
Expand Down
2 changes: 1 addition & 1 deletion libs/dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"scripts": {
"prepack": "turbo clean && turbo build",
"prepack": "turbo clean && turbo build --force",
"build:tsc": "tsc",
"build:api": "api-extractor run --local",
"dev": "tsc --watch",
Expand Down

0 comments on commit 3696fff

Please sign in to comment.