Skip to content

Commit 12589ad

Browse files
committed
exit with 0 if no dist exists
1 parent 00dd00e commit 12589ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "./LICENSE",
33
"tasks": {
4-
"clean-dist": "rm -r ./dist/*",
4+
"clean-dist": "rm -r ./dist/* || exit 0",
55
"install": "deno install",
66
"build": {
77
"description": "Build the app for production.",

0 commit comments

Comments
 (0)