Skip to content

Commit

Permalink
Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed May 3, 2024
1 parent 2cd63ff commit 9f6c82c
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 @@ -10,7 +10,7 @@
"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",
"package:refresh": "rm -rf node_modules; rm -f package-lock.json; npm i --package-lock-only --workspaces false",
"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",
"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 9f6c82c

Please sign in to comment.