We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0dc58 commit b9d1898Copy full SHA for b9d1898
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"mjs": "tsc -p tsconfig.mjs.json && shx mv dist/index.js dist/servicestack-client.mjs && npm run uglify-mjs",
22
"dtos": "cd tests/dtos && typescript-ref",
23
"test": "mocha",
24
- "test:browser": "mocha-headless-chrome -f http://localhost:8080/testrunner.html",
+ "test:browser": "mocha-headless-chrome -f http://localhost:8080/testrunner.html -a no-sandbox -a disable-setuid-sandbox",
25
"testonly": "mocha -t 5000 ./tests/serverevents.spec.js",
26
"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",
27
"release": "npm run build && bump patch --commit --push --tag && npm publish"
0 commit comments