Skip to content

Commit c4b3347

Browse files
epilandehasparus
authored andcommitted
Fix css microbundle scripts to use tsconfig
1 parent 5973618 commit c4b3347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"types": "dist/index.d.ts",
88
"sideEffects": false,
99
"scripts": {
10-
"prepare": "microbundle --no-compress",
11-
"watch": "microbundle watch --no-compress"
10+
"prepare": "microbundle --no-compress --tsconfig tsconfig.json",
11+
"watch": "microbundle watch --no-compress --tsconfig tsconfig.json"
1212
},
1313
"author": "Brent Jackson",
1414
"license": "MIT",

0 commit comments

Comments
 (0)