Skip to content

Commit

Permalink
fix(build): optimize build:theme script
Browse files Browse the repository at this point in the history
  • Loading branch information
Huangyilin19 committed Feb 29, 2024
1 parent 298f575 commit 3d1e716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"./*": "./src/*"
},
"scripts": {
"clean": "rimraf dist",
"clean": "rimraf dist src/aurora-theme src/smb-theme",
"build:theme": "gulp build --gulpfile build/gulp-dist.js",
"build": "npm run clean && npm run build:theme && node build/replace-img.js",
"build:fast": "npm run build && npm run release",
Expand Down

0 comments on commit 3d1e716

Please sign in to comment.