Skip to content

Commit e30c1a3

Browse files
committed
chore: added missing .hbs file in dist folder
1 parent 836a154 commit e30c1a3

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

dist/templates/commit.hbs

Whitespace-only changes.

dist/templates/footer.hbs

Whitespace-only changes.

dist/templates/header.hbs

Whitespace-only changes.

dist/templates/template.hbs

Whitespace-only changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "eslint src && prettier --check src",
99
"test": "vitest src",
10-
"build": "rm -rf dist && rollup -c"
10+
"build": "rollup -c"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)