fix: change script name

This commit is contained in:
Shinwoo PARK 2023-11-17 17:18:48 +09:00
parent 76105563e2
commit e2d8584957

View File

@ -18,6 +18,6 @@
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"publish": "tsc && yarn publish dist" "up": "tsc && yarn publish dist"
} }
} }