Browse Source

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

pull/1361/head
Andrew Kingston 6 years ago
parent
commit
b861341997
  1. 1
      packages/bbui/package.json

1
packages/bbui/package.json

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

Loading…
Cancel
Save