Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
siibragimov committed Jul 18, 2024
1 parent 6a2547d commit fc11205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"preview": "vite preview",
"types": "tsc lib/main.ts --declaration --allowJs --checkJs --emitDeclarationOnly --skipLibCheck --jsx react-jsx --rootDir . --outFile dist/react-sticky-to-parent.d.ts",
"rename-types": "node scripts/rename-module.js",
"npm:publish": "npm publish --provenance --access public",
"npm:publish": "npm publish --provenance --access public --dry-run",
"github:package": "node scripts/rewrite-package.js",
"github:publish": "npm publish --scope=@siibragimov --registry=https://npm.pkg.github.com/ --provenance --access public"
"github:publish": "npm publish --scope=@siibragimov --registry=https://npm.pkg.github.com/ --provenance --access public --dry-run"
},
"dependencies": {
"@reactuses/core": "^5.0.17"
Expand Down

0 comments on commit fc11205

Please sign in to comment.