Skip to content

Commit

Permalink
fix git-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed May 1, 2024
1 parent eafef3f commit cf7d2f4
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 . -a && git commit -m \"publish\" && git push origin main",
"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",
"package:build": "tsc --project tsconfig.json",
"package:publish": "npm run build && npm publish --access public",
"package:unbuild": "rimraf ./*.js && rimraf ./*.js.map && rimraf ./*.d.ts && (cd ./imports && rimraf ./*.js && rimraf ./*.js.map && rimraf ./*.d.ts && cd ../)",
Expand Down

0 comments on commit cf7d2f4

Please sign in to comment.