File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "clean" : " rm -rf ./dist/*" ,
1717 "prebuild" : " npm run clean" ,
1818 "build" : " npm-run-all build:esm build:lwc build:cjs build:cli build:declarations" ,
19- "build:esm" : " esbuild src/index.ts --bundle --outfile=dist/esm/index.mjs --minify --format=esm --target=es2022 --banner:js=\" /** ! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
20- "build:lwc" : " esbuild src/index.ts --bundle --outfile=dist/lwc/index.js --format=esm --target=es2022 --banner:js=\" /** ! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
21- "build:cjs" : " esbuild src/index.ts --bundle --outfile=dist/cjs/index.js --minify --format=cjs --target=es2022 --banner:js=\" /** ! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
22- "build:cli" : " esbuild cli/index.ts --bundle --outfile=dist/cli/index.js --minify --format=cjs --target=es2022 --platform=node --banner:js=\" /** ! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
19+ "build:esm" : " esbuild src/index.ts --bundle --outfile=dist/esm/index.mjs --minify --format=esm --target=es2022 --banner:js=\" /*! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
20+ "build:lwc" : " esbuild src/index.ts --bundle --outfile=dist/lwc/index.js --format=esm --target=es2022 --banner:js=\" /*! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
21+ "build:cjs" : " esbuild src/index.ts --bundle --outfile=dist/cjs/index.js --minify --format=cjs --target=es2022 --banner:js=\" /*! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
22+ "build:cli" : " esbuild cli/index.ts --bundle --outfile=dist/cli/index.js --minify --format=cjs --target=es2022 --platform=node --banner:js=\" /*! @jetstreamapp/soql-parser-js | MIT License | https://github.com/jetstreamapp/soql-parser-js */\" " ,
2323 "build:declarations" : " tsc --project tsconfig.json" ,
2424 "tsc" : " tsc" ,
2525 "release" : " release-it" ,
You can’t perform that action at this time.
0 commit comments