Fix get-template

This commit is contained in:
Tom Coleman 2022-10-06 13:27:32 +11:00
parent 059798a178
commit c67791ab5f

View File

@ -7,6 +7,7 @@
"lint:js": "yarn lint:js:cmd . --quiet",
"lint:js:cmd": "cross-env NODE_ENV=production eslint --cache --cache-location=../.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"get-template": "ts-node ./get-template.ts",
"test": "jest --config ./jest.config.js",
"task": "ts-node ./task.ts"
},