Skip to content

Commit 7166838

Browse files
committed
chore: rename build:clean script to build:clean-first
New name is more descriptive of what it is doing.
1 parent 8ec923b commit 7166838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format:file": "prettier --write",
2020
"build": "tsc",
2121
"build:check": "tsc --noEmit",
22-
"build:clean": "run-s clean build",
22+
"build:clean-first": "run-s clean build",
2323
"clean": "rm -rf ./dist",
2424
"test": "jest",
2525
"test:ci": "jest --ci --verbose",

0 commit comments

Comments
 (0)