Add dev script to do a one-time BBUI build so that the stylesheet exists

This commit is contained in:
Andrew Kingston 2021-04-07 11:47:01 +01:00
parent 77228a3998
commit 72b811b568
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev:builder": "vite build",
"build": "vite build"
},
"devDependencies": {