Skip to content

Commit 545721f

Browse files
authored
[infra] Update wireit and fix output config (#324)
1 parent 49da895 commit 545721f

2 files changed

Lines changed: 15 additions & 9 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:playwright": "wireit",
3030
"lint": "wireit",
3131
"lint:eslint": "wireit",
32-
"serve": "npm run build && (npm run build watch & web-dev-server --node-resolve --watch --open=configurator/)",
32+
"serve": "npm run build && (npm run build --watch & web-dev-server --node-resolve --watch --open=configurator/)",
3333
"format": "prettier --write .",
3434
"lint:format": "prettier --check ."
3535
},
@@ -65,14 +65,20 @@
6565
"output": [
6666
"index-*.{js,d.ts,d.ts.map}",
6767
"playground-*.{js,d.ts,d.ts.map}",
68+
"!playground-service-worker-proxy.html",
69+
"!playground-service-worker.js",
70+
"!playground-typescript-worker.js",
6871
"service-worker/**",
6972
"typescript-worker/**",
7073
"internal/**",
74+
"!internal/typescript.js",
7175
"shared/**",
7276
"test/**",
7377
"themes/**",
78+
"!themes/**/*.css",
7479
"configurator/**/*.{js,d.ts,d.ts.map}",
7580
"!configurator/playground-service-worker.js",
81+
"!configurator/deploy/**",
7682
".tsbuildinfo"
7783
]
7884
},
@@ -281,7 +287,7 @@
281287
"semver": "^7.3.5",
282288
"tsc-watch": "^4.2.3",
283289
"typescript": "^4.4.3",
284-
"wireit": "^0.5.0"
290+
"wireit": "^0.7.1"
285291
},
286292
"dependencies": {
287293
"@material/mwc-button": "^0.26.1",

0 commit comments

Comments
 (0)