Skip to content

Commit

Permalink
fix(sanity-plugin-datetime): avoid errors when dist directory does not
Browse files Browse the repository at this point in the history
exist
  • Loading branch information
SG60 committed Jul 8, 2024
1 parent bf86706 commit 6cedc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity-plugin-datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -r dist && tsc",
"build": "rm -rf dist && tsc",
"watch": "tsc --watch"
},
"dependencies": {
Expand Down

0 comments on commit 6cedc7c

Please sign in to comment.