Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit ce90f2a

Browse files
committed
fix npm scripts
1 parent f77e250 commit ce90f2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"build": "next build",
1515
"export": "cross-env NODE_ENV=production yarn build && next export",
1616
"add-contributor": "all-contributors add",
17-
"contributors-generate": "all-contributors generate",
18-
"contributors-check":"all-contributors check"
17+
"generate-contributors": "all-contributors generate"
1918
},
2019
"xo": {
2120
"parser": "babel-eslint",

0 commit comments

Comments
 (0)