Skip to content

Commit

Permalink
fix publish script for scoped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Sep 6, 2024
1 parent 51a0a63 commit c5e32dc
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 @@ -12,7 +12,7 @@
"test": "turbo run test",
"format": "prettier --write '**/**/*.{js,ts,tsx,json,css}'",
"ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile && git add .",
"ci:publish": "pnpm build && pnpm publish -r --no-git-checks && pnpm changeset tag",
"ci:publish": "pnpm build && pnpm publish -r --access public --publish-branch main && pnpm changeset tag",
"clean": "node -e \"(function rm(directory) { ['.next', '.turbo', 'node_modules', 'dist'].includes(path.basename(directory)) ? fs.rmSync(directory, { recursive: true, force: true }) : fs.existsSync(directory) && fs.statSync(directory).isDirectory() && fs.readdirSync(directory).forEach(filePath => rm(path.join(directory, filePath))); })('.');\""
},
"devDependencies": {
Expand Down

0 comments on commit c5e32dc

Please sign in to comment.