8000 build: update scripts · imhamad/coreui-vue@98edaf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98edaf0

Browse files
committed
build: update scripts
1 parent 840202f commit 98edaf0

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
@@ -14,7 +14,7 @@
1414
"scripts": {
1515
"build": "rollup -c",
1616
"changelog": "auto-changelog --template build/changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version v4.0.0-alpha.0",
17-
"docs:api-generator": "vue-docgen -c build/docgen.config.js",
17+
"docs:api": "vue-docgen -c build/docgen.config.js",
1818
"docs:dev": "vuepress dev docs",
1919
"docs:build": "vuepress build docs",
2020
"lint": "eslint 'src/components/**/*.{js,ts,tsx}'",

0 commit comments

Comments
 (0)
0