File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 "executor" : " nx:run-commands" ,
66 "options" : {
77 "cwd" : " {projectRoot}" ,
8- "command" : " rimraf entry dist && mkdir entry dist && node ./generate_entry_files.js"
8+ "command" : " rimraf entry dist && mkdir -p entry dist/dist_browserify dist/dist_parsel dist/dist_webpack && node ./generate_entry_files.js"
99 },
1010 "outputs" : [
1111 " {projectRoot}/entry"
5959 "executor" : " nx:run-commands" ,
6060 "options" : {
6161 "cwd" : " {projectRoot}" ,
62- "command" : " pwd && ls -la dist/ && cross-env TMPDIR=./dist NODE_PATH=./node_modules:./node_modules/globalize/dist browserify ./entry/modules_cjs.js -o ./dist/dist_browserify/bundle_cjs.js && ls -la dist/dist_browserify/ "
62+ "command" : " cross-env NODE_PATH=./node_modules:./node_modules/globalize/dist browserify ./entry/modules_cjs.js -o ./dist/dist_browserify/bundle_cjs.js"
6363 },
6464 "dependsOn" : [" build" ]
6565 },
You can’t perform that action at this time.
0 commit comments