Skip to content

Commit

Permalink
NPM release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aupajo committed Nov 26, 2024
1 parent 5390e92 commit 90ee238
Showing 1 changed file 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 @@ -19,7 +19,8 @@
"build": "tsc --build && npm run build:copy-declarations",
"build:watch": "tsc --watch",
"build:clean": "rm -rf dist; npm run build",
"build:copy-declarations": "cd src && rsync -Rv $(find . -name '*.d.ts') ../dist/"
"build:copy-declarations": "cd src && rsync -Rv $(find . -name '*.d.ts') ../dist/",
"release": "npm run build:clean && [ -d \"dist\" ] && npm publish --access public"
},
"contributors": [
"Pete Nicholls <pnicholls@kilterset.com>",
Expand Down

0 comments on commit 90ee238

Please sign in to comment.