Skip to content

Commit

Permalink
Fix git-publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jul 7, 2024
1 parent b26878d commit 08b7397
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 @@ -9,7 +9,7 @@
"scripts": {
"npm-pull": "npm-pull",
"npm-release": "npm-release",
"git-publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && npm version patch --no-git-tag-version && git add . && git commit -m \"publish\" && git push origin main",
"git-publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && npm-release",
"package:refresh": "rm -rf node_modules; rm -f package-lock.json; npm i --workspaces false",
"package:build": "tsc --project tsconfig.json",
"package:publish": "npm run build && npm publish --access public",
Expand Down

0 comments on commit 08b7397

Please sign in to comment.