Skip to content

Commit

Permalink
fix bundle step
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Oct 13, 2023
1 parent 43142dd commit c9ace4d
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 @@ -6,7 +6,7 @@
"scripts": {
"clean": "rm -rv ./dist",
"build": "tsc",
"bundle": "cp -v *.{html,css,svg} ./dist",
"bundle": "cp -v *.{'html','css','svg'} ./dist",
"start": "lite-server"
},
"keywords": [],
Expand Down

0 comments on commit c9ace4d

Please sign in to comment.