Skip to content

Commit 3baf909

Browse files
committed
chore: scripts command
1 parent e266e7e commit 3baf909

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/use-immer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"module": "./dist/useImmer.es.js",
1313
"types":"./dist/types/index.d.ts" ,
1414
"scripts": {
15-
"build": "vite build"
15+
"build": "vite build",
16+
"clean": "rimraf dist"
1617
},
1718
"keywords": [],
1819
"dependencies": {

packages/use-request/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"module": "./dist/useRequest.es.js",
1313
"types":"./dist/types/index.d.ts" ,
1414
"scripts": {
15-
"build": "vite build"
15+
"build": "vite build",
16+
"clean": "rimraf dist"
1617
},
1718
"keywords": [],
1819
"dependencies": {

packages/use-worker/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"module": "./dist/useWorker.es.js",
1313
"types": "./dist/types/index.d.ts",
1414
"scripts": {
15-
"build": "vite build"
15+
"build": "vite build",
16+
"clean": "rimraf dist"
1617
},
1718
"keywords": [
1819
"vue3",

0 commit comments

Comments
 (0)