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 -1
View File
@@ -17,11 +17,13 @@
],
"license": "Apache-2.0",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"types": "src/index.ts",
"scripts": {
"build": "backstage-cli plugin:build",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"prepack": "backstage-cli prepack",
"postpack": "backstage-cli postpack",
"clean": "backstage-cli clean"
},
"dependencies": {