Skip to content

Commit 04b5ec0

Browse files
committed
Rename web tsconfig to match the output name
1 parent 3f0bd59 commit 04b5ec0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"README.md"
1313
],
1414
"scripts": {
15-
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.es5.json",
15+
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.web.json",
1616
"pretest": "npm run build",
1717
"test": "echo \"It built ok, that'll do for now\"",
1818
"prepack": "npm run build",
File renamed without changes.

0 commit comments

Comments
 (0)