Skip to content

Commit

Permalink
Updated publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-harding committed Oct 5, 2024
1 parent 51a7f96 commit 417ee22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"serve": "node scripts/serve.mjs",
"build": "scripts/build.sh",
"package": "scripts/package.sh"
"publish": "scripts/publish.sh"
},
"keywords": [
"squircle",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh → scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
npm run build
cd package
cd build
npm publish
cd ..

0 comments on commit 417ee22

Please sign in to comment.