Commit efa2600a authored by haiyoucuv's avatar haiyoucuv

init

parent 5f1af178
......@@ -11,7 +11,10 @@
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"playground": "pnpm --filter=playground run dev"
"playground": "pnpm --filter=playground run dev",
"publish": "pnpm publish -r --access public",
"changeset:version": "pnpm changeset version",
"changeset:publish": "pnpm changeset publish"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
......
......@@ -4,6 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment