Skip to content

Commit e18e1af

Browse files
committed
add dist files when committing
1 parent dde3af1 commit e18e1af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
"test:integration": "playwright test",
4646
"test:unit": "vitest",
4747
"lint": "prettier --check .",
48-
"format": "prettier --write ."
48+
"format": "prettier --write .",
49+
"add:dist": "git add dist"
4950
},
5051
"pre-commit": [
5152
"format",
52-
"build"
53+
"build",
54+
"add:dist"
5355
],
5456
"peerDependencies": {
5557
"svelte": "^4.0.0"

0 commit comments

Comments
 (0)