packages,plugins: point types to src/ for development + add pre/post back cli commands

This commit is contained in:
Patrik Oldsberg
2020-05-14 12:03:02 +02:00
parent a038b5595e
commit 682d9ce612
20 changed files with 103 additions and 18 deletions
+3
View File
@@ -3,6 +3,7 @@
"description": "Common functionality library for Backstage backends",
"version": "0.1.1-alpha.5",
"main": "dist",
"types": "src/index.ts",
"private": false,
"publishConfig": {
"access": "public"
@@ -21,6 +22,8 @@
"build": "backstage-cli build-cache -- tsc",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
},
"dependencies": {