Log task on Makerlog
Please make sure you have Node installed.
- Run
npm i
in source directory. - For development run
npm run start
. This will build files in ./dist directory. - For production run
npm run build
. This will generate release.zip with build files ready to publish.
Commands | Description |
---|---|
npm run start |
build extension, watch file changes |
npm run build |
generate release version |
npm run docs |
generate source code docs |
npm run clean |
remove temporary files |
npm run test |
run unit tests |
npm run sync |
update config files |
For CLI instructions see User Guide →