Skip to content

Commit 6c89477

Browse files
committed
test
1 parent ecc183e commit 6c89477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/bundlers/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"executor": "nx:run-commands",
6060
"options": {
6161
"cwd": "{projectRoot}",
62-
"command": "cross-env TMPDIR=./dist NODE_PATH=./node_modules:./node_modules/globalize/dist browserify ./entry/modules_cjs.js -o ./dist/dist_browserify/bundle_cjs.js"
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/"
6363
},
6464
"dependsOn": ["build"]
6565
},

0 commit comments

Comments
 (0)