Merge pull request #859 from spotify/rugvip/cleancli

packages/cli: only ship js files in dist
This commit is contained in:
Patrik Oldsberg
2020-05-14 11:42:08 +02:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
"backstage"
],
"license": "Apache-2.0",
"main": "dist",
"main": "dist/index.js",
"scripts": {
"build": "backstage-cli build-cache -- tsc --project tsconfig.build.json",
"lint": "backstage-cli lint",
@@ -89,7 +89,7 @@
"templates",
"config",
"bin",
"dist"
"dist/**/*.js"
],
"nodemonConfig": {
"watch": "./src",