Skip to content

Commit ad15b45

Browse files
committed
bugfix/Do not exit when no tests
1 parent 489225b commit ad15b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint --ext ts",
2424
"lint:fix": "eslint . --cache --cache-location node_modules/.cache/eslint --ext ts --fix",
2525
"lint:clean": "rimraf node_modules/.cache/eslint",
26-
"test": "echo \"Error: no test specified\" && exit 1"
26+
"test": "echo 'Error: no test specified'"
2727
},
2828
"dependencies": {
2929
"@architect/architect": "^8.4.4",
@@ -72,4 +72,4 @@
7272
"git add"
7373
]
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)