Skip to content

Fixing extension set up

Arsala Grey requested to merge fixing-extension-set-up into master

Created by: luu-alex

There was a bug where if you do: npm run build and you've run it before it'll create another process, now to watch files you can run NPM run build as usual! but if a file is not being watched and you need to re run the build, to run the build ONCE and not watch files, run NPM run build-once

Merge request reports