Skip to content

Commit

Permalink
Removed broken quick-test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsware committed Apr 14, 2021
1 parent 29716e4 commit 873a63d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,7 @@
"test:browser:debug-nocompat": "cross-env InfernoCompat=0 npm run --prefix fixtures/browser debug",
"test:browser:sauce": "npm run --prefix fixtures/browser test",
"test:react": "npm run --prefix fixtures/react test -- --forceExit",
"test:package": "node fixtures/packaging/build-all.js",
"quick-test:build": "npm run clean && tsc --build && npm run build:move-compiled && npm run build:move-types && npm run build:bundle -- --target-ext=.cjs.min.js && npm run postbuild",
"quick-test:build-inferno": "tsc --build && npm run build:move-compiled && npm run build:move-types && lerna exec --scope 'inferno' -- node ../../scripts/rollup/build.js && npm run postbuild",
"quick-test:browser": "npm run quick-test:build && npm run test:browser:nocompat",
"quick-test:browser:debug": "npm run quick-test:build && npm run test:browser:debug-nocompat",
"quick-test:browser-inferno": "npm run quick-test:build-inferno && npm run test:browser:nocompat",
"quick-test:browser-inferno:debug": "npm run quick-test:build-inferno && npm run test:browser:debug-nocompat"
"test:package": "node fixtures/packaging/build-all.js"
},
"devDependencies": {
"@babel/core": "^7.13.14",
Expand Down

0 comments on commit 873a63d

Please sign in to comment.