We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489225b commit ad15b45Copy full SHA for ad15b45
package.json
@@ -23,7 +23,7 @@
23
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint --ext ts",
24
"lint:fix": "eslint . --cache --cache-location node_modules/.cache/eslint --ext ts --fix",
25
"lint:clean": "rimraf node_modules/.cache/eslint",
26
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo 'Error: no test specified'"
27
},
28
"dependencies": {
29
"@architect/architect": "^8.4.4",
@@ -72,4 +72,4 @@
72
"git add"
73
]
74
}
75
-}
+}
0 commit comments