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",