Collection of scripts for the Shacknews Chatty.
Links:
NodeJS 20.x+ and NPM 9.x+ are required, but this is also a PNPM-preferred repo (8.x+ recommended). Use pnpm i
for installing dependencies.
-
(
pnpm dev
ornpm run dev
) builds development code in thedist/chrome-mv3
anddist/firefox-mv2
folders respectively. -
(
pnpm build
ornpm run build
) builds production code in thedist/chrome-mv3
anddist/firefox-mv3
folders respectively. -
(
pnpm build:pkg
ornpm run build:pkg
) builds production code and places zipped archives indist/
for upload to AMO and CWS.
NOTE: See the ThirdPartyLicenses.txt
in the public/
folder that is generated when pnpm generate-licenses
is run for detailed licensing information.