Skip to content

Commit 1c963f4

Browse files
committed
Remove the unneeded test-all:ci script
Previously, we needed it only for appveyor because flow needed a different command. But we don't need it anymore, now that we switched to typescript. Let's remove it.
1 parent 06ca108 commit 1c963f4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_script:
2727
# Output useful info for debugging.
2828
- yarn versions
2929
# run tests
30-
- yarn test-all:ci
30+
- yarn test-all
3131
- yarn build-prod:quiet
3232

3333
cache:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"start-photon": "node res/photon/server",
4545
"test": "node bin/output-fixing-commands.js cross-env LC_ALL=C TZ=UTC NODE_ENV=test jest",
4646
"test-all": "run-p --max-parallel 4 ts license-check lint test test-alex test-lockfile",
47-
"test-all:ci": "run-p --max-parallel 4 ts license-check lint test test-alex test-lockfile",
4847
"test-build-coverage": "yarn test --coverage --coverageReporters=html",
4948
"test-serve-coverage": "ws -d coverage/ -p 4343",
5049
"test-coverage": "run-s test-build-coverage test-serve-coverage",

0 commit comments

Comments
 (0)