mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 08:34:06 +03:00
chore: Fix publish script
This commit is contained in:
parent
66e25dd996
commit
8099bbe068
@ -11,7 +11,8 @@
|
||||
"build": "cd ./packages/core && yarn build",
|
||||
"build:dev": "cd ./packages/core && yarn build:dev",
|
||||
"build:ts": "cd ./packages/core && yarn build:ts",
|
||||
"test": "cd ./packages/core && yarn test"
|
||||
"test": "cd ./packages/core && yarn test",
|
||||
"version": "cd ./packages/core && yarn version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/compat-data": "^7.23.2",
|
||||
|
Loading…
Reference in New Issue
Block a user