Skip to content

Commit

Permalink
chore: remove unused ci stuff, other stuff runs in ci already now
Browse files Browse the repository at this point in the history
  • Loading branch information
thepassle committed Jan 3, 2024
1 parent 26b7368 commit 400fe3c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"search": "rocket search",
"start": "rocket start",
"start:build": "node packages/dev-server/dist/bin.js --root-dir _site --open",
"test": "npm run test:node && npm run test:browser && node scripts/workspaces-scripts-bin.mjs test:ci",
"test": "npm run test:node && npm run test:browser",
"test:browser": "npm run test:browser --workspaces --if-present",
"test:node": "npm run test:node --workspaces --if-present",
"types": "wireit",
Expand Down
1 change: 0 additions & 1 deletion packages/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"scripts": {
"build": "tsc",
"test:node": "mocha test/**/*.test.js --reporter dot",
"test:ci": "npm run test",
"test:watch": "mocha test/**/*.test.js --watch --watch-files .,src,test --reporter dot"
},
"files": [
Expand Down
3 changes: 1 addition & 2 deletions packages/dev-server-import-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
},
"scripts": {
"build": "tsc",
"test": "mocha \"test/**/*.test.ts\" --require ts-node/register && npm run test:ci",
"test": "mocha \"test/**/*.test.ts\" --require ts-node/register",
"test:browser": "node ../test-runner/dist/bin.js test-browser/test/**/*.test.{js,html} --config test-browser/web-test-runner.config.mjs",
"test:ci": "npm run test:browser",
"test:watch": "mocha \"test/**/*.test.ts\" --require ts-node/register --watch --watch-files src,test"
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion packages/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"test": "node dist/bin.js \"demo/test/pass-*.test.{js,html}\"",
"test:babel-coverage": "node dist/bin.js \"demo/test/pass-*.test.{js,html}\" --config demo/babel-coverage.config.mjs",
"test:bare": "node dist/bin.js",
"test:ci": "npm run test",
"test:coverage": "node dist/bin.js \"demo/test/pass-*.test.{js,html}\" --coverage",
"test:coverage-babel": "node dist/bin.js --config demo/coverage-babel/config.mjs",
"test:custom-html": "node dist/bin.js \"demo/test/pass-*.test.{js,html}\" --config demo/customhtml.config.mjs",
Expand Down
6 changes: 0 additions & 6 deletions scripts/runWindowsTests.mjs

This file was deleted.

0 comments on commit 400fe3c

Please sign in to comment.