File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 "command" : " rimraf entry dist && mkdir -p entry dist/dist_browserify dist/dist_parsel dist/dist_webpack && node ./generate_entry_files.js"
99 },
1010 "outputs" : [
11- " {projectRoot}/entry" ,
12- " {projectRoot}/dist"
11+ " {projectRoot}/entry"
1312 ]
1413 },
1514 "test" : {
6059 "executor" : " nx:run-commands" ,
6160 "options" : {
6261 "cwd" : " {projectRoot}" ,
63- "command" : " cross-env NODE_PATH=./node_modules:./node_modules/globalize/dist browserify ./entry/modules_cjs.js -o ./dist/dist_browserify/bundle_cjs.js"
62+ "command" : " cross-env NODE_PATH=./node_modules:./node_modules/globalize/dist browserify ./entry/modules_cjs.js -o /tmp/bundle_cjs.js && mkdir -p dist/dist_browserify && mv /tmp/bundle_cjs.js ./dist/dist_browserify/bundle_cjs.js"
6463 },
6564 "dependsOn" : [" build" ]
6665 },
You can’t perform that action at this time.
0 commit comments