chore: Fix publish script

This commit is contained in:
강동윤 (Donny) 2024-05-28 14:14:56 +09:00
parent 66e25dd996
commit 8099bbe068

View File

@ -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",