File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments