fix(techdocs-cli): pass with no tests

This commit is contained in:
Emma Indal
2020-06-22 15:13:54 +02:00
parent b23a90c4b9
commit b5dba7fb89
+1 -1
View File
@@ -20,7 +20,7 @@
"scripts": {
"build": "backstage-cli build --outputs cjs",
"lint": "backstage-cli lint",
"test": "backstage-cli test",
"test": "backstage-cli test --passWithNoTests",
"clean": "backstage-cli clean",
"start": "nodemon --"
},