Skip to content

Commit e997d05

Browse files
committed
chore: fix publish
1 parent ef79da2 commit e997d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"start": "pnpm --filter=@milkdown/storybook run start",
2020
"build": "pnpm -r run build",
2121
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
22-
"ci:publish": "pnpm build:packs && pnpm publish --access public -r --no-git-checks --tag latest",
22+
"ci:publish": "pnpm build && pnpm publish --access public -r --no-git-checks --tag latest",
2323
"clear": "rimraf 'packages/*/{lib,tsconfig.tsbuildinfo,node_modules,.rollup.cache}' && rimraf node_modules",
2424
"changeset": "changeset && node scripts/changelog.mjs",
2525
"release": "changeset publish",

0 commit comments

Comments
 (0)