From fc112056ff50e0530ff837adfb9a177441709101 Mon Sep 17 00:00:00 2001 From: Said Ibragimov Date: Thu, 18 Jul 2024 13:39:08 +0100 Subject: [PATCH] Test deploy --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f944406..de4eb88 100644 --- a/package.json +++ b/package.json @@ -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"