Skip to content

Commit

Permalink
chore: no wireit at all to make the windows build work
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed Jul 11, 2023
1 parent c5ba1d3 commit f0eae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"search": "rocket search",
"start": "rocket start",
"start:build": "node packages/dev-server/dist/bin.js --root-dir _site --open",
"types": "wireit",
"types": "cd packages/mocks && npm run types",
"test": "npm run test:node && npm run test:browser && node scripts/workspaces-scripts-bin.mjs test:ci",
"test:browser": "node packages/test-runner/dist/bin.js \"packages/*/test-browser/**/*.test.{js,ts}\"",
"test:node": "mocha \"packages/!(*test-runner-selenium|*test-runner-webdriver)/test/**/*.test.{ts,js,mjs,cjs}\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
},
"scripts": {
"types": "wireit",
"types": "tsc --build --pretty",
"start": "wds --config demo/wc/web-dev-server.config.mjs"
},
"files": [
Expand Down

0 comments on commit f0eae22

Please sign in to comment.