Skip to content

Commit c42796a

Browse files
committed
fixed script error
1 parent 52cceb2 commit c42796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
1717
"extract-api": "api-extractor run --verbose --typescript-compiler-folder ./node_modules/typescript",
1818
"api-documenter": "api-documenter markdown -i temp -o docs",
19-
"docs": "&& npm run extract-api && npm run api-documenter",
19+
"docs": "npm run extract-api && npm run api-documenter",
2020
"pre-pull-request": " npm run format && npm run lint && npm run test && npm run build && npm run docs"
2121
},
2222
"pre-commit": [

0 commit comments

Comments
 (0)