Skip to content

Commit b9d1898

Browse files
committed
try running without a sandbox
1 parent 6d0dc58 commit b9d1898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"mjs": "tsc -p tsconfig.mjs.json && shx mv dist/index.js dist/servicestack-client.mjs && npm run uglify-mjs",
2222
"dtos": "cd tests/dtos && typescript-ref",
2323
"test": "mocha",
24-
"test:browser": "mocha-headless-chrome -f http://localhost:8080/testrunner.html",
24+
"test:browser": "mocha-headless-chrome -f http://localhost:8080/testrunner.html -a no-sandbox -a disable-setuid-sandbox",
2525
"testonly": "mocha -t 5000 ./tests/serverevents.spec.js",
2626
"build": "tsc && npm run mjs && tsc -p tsconfig.umd.json && shx mv dist/index.js dist/servicestack-client.umd.js && bash inject-umd.sh && npm run uglify && shx mv src/index.js dist && shx cp src/index.d.ts dist",
2727
"release": "npm run build && bump patch --commit --push --tag && npm publish"

0 commit comments

Comments
 (0)