Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 8a66380

Browse files
committed
Change standardjs scripts to sane-fmt
1 parent 1c4977b commit 8a66380

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
@@ -30,8 +30,8 @@
3030
"execute": "execute",
3131
"glob": "execute glob",
3232
"workspace": "execute workspace",
33-
"standardjs": "execute runStandardJS",
34-
"standardjs:fix": "execute runStandardJS --fix",
33+
"sane-fmt": "execute runSaneFmt",
34+
"sane-fmt:fix": "execute runSaneFmtFix",
3535
"tslint": "execute runTSLint",
3636
"tslint:fix": "execute runTSLint --fix",
3737
"test": "execute test",

0 commit comments

Comments
 (0)