Skip to content
Next Next commit
updated script
  • Loading branch information
EmilianoSanchez committed May 31, 2021
commit a6e8f3b7b4b6279153d6fb2d95c7725f3a2fd3e0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
"pretest-ts-decls": "npm run build-es && npm run build-cjs && npm link",
"test-ts-decls": "./scripts/ts-tests.sh",
"posttest-ts-decls": "npm unlink && npm install",
"browser-test-suite": "npm run test-browser-ci && npm run test-browser-e2e-ci && npm run test-browser-offline && npm run test-browser-destroy && npm run test-browser-errors && npm run test-browser-gaintegration",
"node-test-suite": "npm run test-node && npm run test-node-e2e && npm run test-node-destroy && npm run test-node-offline && npm run test-node-errors && npm run test-node-redis && npm run test-node-custom",
"browser-test-suite": "npm run test-browser-ci && npm run test-browser-e2e-ci && npm run test-browser-offline && npm run test-browser-destroy && npm run test-browser-errors && npm run test-browser-gaintegration && npm run test-browser-push",
"node-test-suite": "npm run test-node && npm run test-node-e2e && npm run test-node-destroy && npm run test-node-offline && npm run test-node-errors && npm run test-node-push && npm run test-node-redis && npm run test-node-custom",
"test": "npm run browser-test-suite && npm run node-test-suite",
"publish:rc": "npm run check && npm run build && npm publish --tag canary",
"publish:stable": "npm run check && npm run build && npm publish"
Expand Down