Skip to content

Commit d22ce68

Browse files
committed
renamed packeage scripts
1 parent 9fc6fd2 commit d22ce68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"build": "rimraf dist/* && rollup -c --bundleConfigAsCjs",
1616
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
1717
"extract-api": "api-extractor run --verbose --typescript-compiler-folder ./node_modules/typescript",
18-
"docs": "api-documenter markdown -i temp -o docs",
19-
"prepare": " npm run format && npm run lint && npm run test && npm run build && npm run extract-api && npm run docs"
18+
"api-documenter": "api-documenter markdown -i temp -o docs",
19+
"docs": "&& npm run extract-api && npm run api-documenter",
20+
"pre-pull-request": " npm run format && npm run lint && npm run test && npm run build && npm run docs"
2021
},
2122
"pre-commit": [
2223
"format",

0 commit comments

Comments
 (0)