mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
ci: add real CI configuration
This commit is contained in:
@@ -4,7 +4,10 @@
|
||||
"description": "Minimal Plugin",
|
||||
"license": "GPL-3.0-only",
|
||||
"author": "Wieland Schöbl",
|
||||
"contributors": [],
|
||||
"contributors": [
|
||||
"Jovan Krunić <jovan.krunic@gmail.com>",
|
||||
"Rainer Killinger <mail-openstapps@killinger.co>"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile",
|
||||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
@@ -12,7 +15,7 @@
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"documentation": "typedoc --includeVersion --out docs src",
|
||||
"start": "node lib/cli.js",
|
||||
"tslint": "tslint 'src/**/*.ts'",
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"postversion": "npm run changelog",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
|
||||
Reference in New Issue
Block a user