Skip to content

Commit

Permalink
fix: build script to external watcher lib
Browse files Browse the repository at this point in the history
  • Loading branch information
luckydye committed Sep 4, 2024
1 parent 2f7b81e commit 6547df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build": "npm run build:main && npm run build:component && npm run build:vite && npm run build:webpack",
"build:main": "tsup src/sprite-sheet.ts -d lib --format esm,cjs --dts",
"build:component": "tsup src/component/Icon.ts -d lib --format esm,cjs --dts",
"build:vite": "tsup src/plugin/vite-plugin.ts -d lib --format esm,cjs --dts",
"build:vite": "tsup src/plugin/vite-plugin.ts -d lib --format esm,cjs --dts --external chokidar",
"build:webpack": "tsup src/loader/webpack-loader.ts -d lib --format esm,cjs --dts",
"lint": "eslint --ext .ts src"
},
Expand Down

0 comments on commit 6547df0

Please sign in to comment.