Skip to content

Commit 73e356d

Browse files
committed
Update package.json
1 parent c957203 commit 73e356d

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
@@ -18,7 +18,7 @@
1818
"format": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --write",
1919
"format:verify": "git ls-files | grep -E \"\\.(jsx?|css)$\" | xargs prettier --list-different",
2020
"lint": "lerna run lint --no-sort",
21-
"pkg": "yarn package",
21+
"pkg": "yarn package"
2222
},
2323
"devDependencies": {
2424
"lerna": "^2.9.0",

0 commit comments

Comments
 (0)