Skip to content

Commit

Permalink
fix: missing scripts from 0.0.1-rc.17 release (#299)
Browse files Browse the repository at this point in the history
* fix: missing scripts from 0.0.1-rc.17 release

Signed-off-by: Chapman Pendery <[email protected]>

* build: don't bump package version

Signed-off-by: Chapman Pendery <[email protected]>

---------

Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery authored Nov 7, 2024
1 parent 66253c7 commit c3daeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"files": [
"build/**",
"shell/**",
"scripts/**",
"*.md",
"LICENSE"
],
Expand All @@ -25,7 +26,7 @@
"lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
"debug": "node --inspect --import=tsx src/index.ts -V",
"pre-commit": "lint-staged",
"postinstall": "node ./.scripts/postinstall.js"
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit c3daeb3

Please sign in to comment.