This commit is contained in:
Jörn-Michael Miehe 2023-12-30 16:03:07 +00:00
parent 1f3d6cdda6
commit 49adf851b1

View file

@ -1,5 +1,6 @@
# lmlfc-bttv # lmlfc-bttv
- install deps `yarn install --production=false` - install deps: `yarn`
- make "dist" dir: `yarn build` - more verbose but same: `yarn install --production=false`
- pack "dist" dir: `yarn build-ext` - compile extension (into "dist" dir): `yarn build`
- pack "dist" dir (runs web-ext): `yarn build-ext`