Skip to content

Commit fb4d510

Browse files
committed
test
1 parent a757c26 commit fb4d510

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

e2e/bundlers/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
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": {
@@ -60,7 +59,7 @@
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
},

0 commit comments

Comments
 (0)