Skip to content

Commit

Permalink
ci: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 15, 2024
1 parent db4ec60 commit ede3687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"build": "nx run-many --target=build --all --parallel",
"build:affected": "nx affected --target=build",
"build:packs": "pnpm --filter=@milkdown/* run build",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "pnpm build:packs && pnpm publish --access public -r --no-git-checks --tag latest",
"graph": "nx dep-graph",
"clear": "rimraf 'packages/*/{lib,tsconfig.tsbuildinfo,node_modules,.rollup.cache}' && rimraf node_modules",
Expand Down

0 comments on commit ede3687

Please sign in to comment.