Initial commit

This commit is contained in:
Thea Schöbl
2022-04-21 00:13:37 +02:00
parent 30f773627e
commit 5f8907ff7d

View File

@@ -4,8 +4,6 @@
"main": "index.js",
"description": "A collection of configuration base files for StApps projects.",
"scripts": {
"build": "npm run lint && npm run compile",
"compile": "rimraf lib && tsc --outDir lib && prepend lib/cli.js '#!/usr/bin/env node\n'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"prepublishOnly": "npm ci && npm run build",
"postversion": "npm run changelog",