mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
Initial commit
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"description": "A collection of configuration base files for StApps projects.",
|
"description": "A collection of configuration base files for StApps projects.",
|
||||||
"scripts": {
|
"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'",
|
"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",
|
"prepublishOnly": "npm ci && npm run build",
|
||||||
"postversion": "npm run changelog",
|
"postversion": "npm run changelog",
|
||||||
|
|||||||
Reference in New Issue
Block a user