Updated techdocs-cli build script

This commit is contained in:
Sebastian Qvarfordt
2020-07-15 10:48:52 +02:00
parent a70c4070f8
commit bb63c4ceba
2 changed files with 6 additions and 6 deletions
+3 -2
View File
@@ -18,11 +18,12 @@
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
"scripts": {
"build": "./bin/build",
"build": "./bin/build.sh",
"lint": "backstage-cli lint",
"test": "backstage-cli test --passWithNoTests",
"clean": "backstage-cli clean",
"start": "nodemon --"
"start": "nodemon --",
"backstage-cli": "backstage-cli --"
},
"bin": {
"techdocs": "bin/techdocs-cli"