Skip to content

Commit

Permalink
chore: npm 切到正式的 latest tag (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue authored Nov 19, 2023
1 parent 507028f commit 5e28da6
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 @@ -41,7 +41,7 @@
"lint-fix": "eslint --fix ./",
"prettier": "prettier --write './packages/**/*.{ts,tsx}'",
"canary": "npm run build && npm run test && lerna publish --canary --dist-tag next",
"release": "lerna publish --yes --summary-file --dist-tag next",
"release": "lerna publish --yes --summary-file",
"site:build": "cd ./site && npm run site:build",
"site:clean": "cd ./site && npm run site:clean",
"site:deploy": "cd ./site && npm run site:deploy",
Expand Down

0 comments on commit 5e28da6

Please sign in to comment.