Commit efa2600a authored by haiyoucuv's avatar haiyoucuv

init

parent 5f1af178
...@@ -11,7 +11,10 @@ ...@@ -11,7 +11,10 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "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": { "devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6",
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint .", "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