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
@@ -2,12 +2,15 @@
"name": "@backstage/plugin-scaffolder-backend",
"version": "0.1.1-alpha.5",
"main": "dist",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
},
"dependencies": {