From 0b061d68cc1fbdb5c45ae70ac4d8d3f7cea089ff Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 23 Sep 2020 15:53:42 -0400 Subject: [PATCH] CI: Fixed reaxct-native tests with new scripts. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc1afdd85b..67bfb38e40 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test-browser-esm": "npm run _test-esm-dist && npm run _test-browser-esm", "test-coverage": "nyc --report-dir=output --reporter=lcov --reporter=text mocha --reporter ./packages/tests/reporter-keepalive ./packages/tests/lib/test-*.js | tee output/summary.txt", "test-node": "mocha --no-colors --reporter ./packages/tests/reporter ./packages/tests/lib/test-*.js", - "test-react": "npm run _dist-test-umd && npm run dist-shims && pushd misc/ReactNativeTestApp && ./run-tests.sh && popd", + "test-react": "npm run _test-umd-dist && npm run build-dist-shims && pushd misc/ReactNativeTestApp && ./run-tests.sh && popd", "test": "npm run build-all && npm run test-node", "build-docs": "flatworm docs.wrm docs", "serve-docs": "node ./misc/admin/lib/cmds/serve-docs.js",