Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"privatePackages": { "version": true, "tag": true }
}
5 changes: 5 additions & 0 deletions .changeset/dark-terms-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@archilogic/penpal': patch
---

Add missing publish and version scripts
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"lint": "eslint --cache --fix",
"format": "prettier --write \"**/*.{json,ts,js,cjs,md,html}\"",
"changeset": "changeset",
"changeset:auto": "npx changeset-conventional-commits",
"version": "changeset version",
"publish": "changeset publish",
"test": "npm-run-all test:browser test:node",
"test:browser": "node scripts/test.js",
"test:node": "node --test test/nodeWorker.spec.js",
Expand Down