Skip to content

Commit

Permalink
fix(common,firmware-protocol): packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Apr 9, 2024
1 parent 1a698fd commit 52e3a81
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/funny-berries-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@slimevr/firmware-protocol': patch
'@slimevr/common': patch
---

fix packaging
4 changes: 4 additions & 0 deletions packages/common/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.turbo
CHANGELOG.md
tsconfig.json
src
3 changes: 2 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "pnpm run build -- --watch"
"prepack": "pnpm build",
"dev": "pnpm build -- --watch"
},
"devDependencies": {
"@slimevr/tsconfig": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/firmware-protocol/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.turbo
CHANGELOG.md
tsconfig.json
src
3 changes: 2 additions & 1 deletion packages/firmware-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"watch": "pnpm run build -- --watch",
"prepack": "pnpm build",
"watch": "pnpm build -- --watch",
"clean": "rimraf dist"
},
"dependencies": {
Expand Down

0 comments on commit 52e3a81

Please sign in to comment.