We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc183e commit 6c89477Copy full SHA for 6c89477
e2e/bundlers/project.json
@@ -59,7 +59,7 @@
59
"executor": "nx:run-commands",
60
"options": {
61
"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"
+ "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/"
63
},
64
"dependsOn": ["build"]
65
0 commit comments