needed by vue language
update package.json version
npm run tar
npm run bl && npm run bw
npm run test-build
npm run release
npm run upload
npm run notes //to social.quarkjs.io
npm run land
npm run test
make sure to run npm run test in view
git commit and push
npm run release-master-all
npm run release-ci
npm run release-insiders
npm run test
add .quarkignore like vscode ignore
- process.argv.length = 1;
- process.argv[0] = 'exe' path;
- process.argv.length = 2;
- process.argv[0] = 'exe' path && process.argv[1] = 'file-path';
- process.argv.length = 2;
- process.argv[0] = 'exe' path && process.argv[1] = 'working dir';
- process.argv.length = 3;
- process.argv[0] = 'exe' path && process.argv[1] = 'working dir'; && process.argv[2] = 'file-path'