Skip to content

Commit 490a444

Browse files
committed
fix: don't publish sourcemaps to npm
they cause warnings on parcel
1 parent 7cf46d8 commit 490a444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lit-element": "^2.2.1"
3535
},
3636
"scripts": {
37-
"build": "rimraf dist && tsc && tsc -m esnext --outDir dist/esm",
37+
"build": "rimraf dist && tsc --sourceMap false && tsc -m esnext --outDir dist/esm --sourceMap false",
3838
"lint": "eslint src/**/*.ts",
3939
"prepare": "npm run build",
4040
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)