Skip to content

Commit a9191ff

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/use-immer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"module": "./dist/useImmer.es.js",
1313
"types":"./dist/types/index.d.ts" ,
1414
"scripts": {
15-
"build": "vite build",
15+
"build": "npm run clean && vite build",
1616
"clean": "rimraf dist"
1717
},
1818
"keywords": [],

packages/use-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"module": "./dist/useRequest.es.js",
1313
"types":"./dist/types/index.d.ts" ,
1414
"scripts": {
15-
"build": "vite build",
15+
"build": "npm run clean && vite build",
1616
"clean": "rimraf dist"
1717
},
1818
"keywords": [],

packages/use-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"module": "./dist/useWorker.es.js",
1313
"types": "./dist/types/index.d.ts",
1414
"scripts": {
15-
"build": "vite build",
15+
"build": "npm run clean && vite build",
1616
"clean": "rimraf dist"
1717
},
1818
"keywords": [

0 commit comments

Comments
 (0)