From 5f8907ff7d7ceed4937db4fc288dd611942f8568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 21 Apr 2022 00:13:37 +0200 Subject: [PATCH] Initial commit --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 80383208..747be4ef 100644 --- a/package.json +++ b/package.json @@ -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",