drill4js-cli v0.3.14
AST-parser (drill4js-cli utility)
Production build
Run
set NODE_ENV=production&& npx webpack --config webpack.config.js && rm -rf node_modules && npm i --only=prod && npm prune --production && npm shrinkwrap
Release
To release a new package version:
- Bump version in
package.jsonmanually - Run commands from Production build section
Run
npm publish --dry-run:ensure that only necessary files are listed in package preview
ensure that
npm-shrinkwrap.jsondoes not include development dependencies
Run
npm publish
Development build & debug
Install development dependencies
rm -rf node_modules npm iRun webpack development server
npm run devAttach debugger to the process started with
npm run devVScode:
- Run
Debug on fixtureslaunch configuration - Edit configuration to debug on different files
Other IDEs:
- Attach debugger of your choice to the running process, use .vscode/launch.json
Debug on fixturesconfiguration as the example
- Run
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago