Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed May 1, 2024
1 parent 46323e5 commit 06fecab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"scripts": {
"npm-pull": "npm-pull",
"npm-release": "npm-release",
"publish": "npm i @deep-foundation/deeplinks@latest --package-lock-only && git restore package.json && git checkout -a package-lock.json && npm version patch --no-git-tag-version && git commit -m \"publish\"",
"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 06fecab

Please sign in to comment.