chore: Restore yarn changelog

This commit is contained in:
강동윤 (Donny) 2024-05-18 09:53:47 +09:00
parent f960d52364
commit 35eac478d8
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"./packages/*"
],
"scripts": {
"changelog": "git cliff --output CHANGELOG.md",
"prepare": "husky install && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js",
"build": "cd ./packages/core && yarn build",
"build:dev": "cd ./packages/core && yarn build:dev",

View File

@ -46,7 +46,6 @@
},
"types": "./src/index.d.ts",
"scripts": {
"changelog": "git cliff --output CHANGELOG.md",
"postinstall": "node postinstall.js",
"artifacts": "napi artifacts --npm-dir scripts/npm",
"prepublishOnly": "tsc -d && napi prepublish -p scripts/npm --tag-style npm",