Skip to content

Commit

Permalink
fix: Publish command should not change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Apr 3, 2024
1 parent d1ee942 commit 293de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "dotenv -c development -- vite dev",
"build": "dotenv -c development vite build",
"package": "svelte-package -o package",
"publish": "npm run package && cd package && npm publish",
"publish": "npm run package && npm publish",
"preview": "dotenv -c development vite preview",
"lint": "prettier --ignore-path .prettierignore --check --plugin-search-dir=. . && eslint --ignore-path .prettierignore .",
"format": "prettier --ignore-path .prettierignore --write --plugin-search-dir=. .",
Expand Down

0 comments on commit 293de2d

Please sign in to comment.