Skip to content

Commit cc264a3

Browse files
adantoscanojorgecasar
authored andcommitted
fix: missing templates and start script
1 parent 00eca32 commit cc264a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"main": "src/index.js",
1616
"bin": "src/index.js",
1717
"files": [
18-
"src/**/*.{d.ts,d.ts.map,js,js.map}",
18+
"src/**/*.{d.ts,d.ts.map,js,js.map,hbs}",
1919
"LICENSE",
2020
"README.md",
2121
"CHANGELOG.md",
@@ -27,7 +27,8 @@
2727
"clean": "rm -rf output",
2828
"build": "tsc",
2929
"postprepare": "npm run build",
30-
"start": "node ./index.js",
30+
"prestart": "npm run build",
31+
"start": "node .",
3132
"lint": "npm run lint:prettier && npm run lint:eslint",
3233
"lint:eslint": "eslint --ext .ts .",
3334
"lint:prettier": "prettier --list-different \"**/*.ts\" || (echo '↑↑ these files are not prettier formatted ↑↑' && exit 1)",

0 commit comments

Comments
 (0)