Skip to content

Commit

Permalink
Merge pull request #14 from phun-ky/fix/docs-gen
Browse files Browse the repository at this point in the history
fix: 🐛 docs-gen sorted by release it on publish
  • Loading branch information
phun-ky authored Oct 19, 2023
2 parents 7f46fe2 + 0789d49 commit cf3770b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"dev": "npx browser-sync start -s --files \"dev/*.html\" \"*.css\" --index \"dev/index.html\" --serveStatic \"/dev/*\"",
"docs:gen": "node ./node_modules/.bin/typedoc --entryPoints src --entryPointStrategy expand --gitRevision main --githubPages false --plugin typedoc-plugin-markdown --tsconfig tsconfig.json --hideInPageTOC --out api --readme none",
"commit": "npx git-cz",
"release": "release-it",
"version": "npm run docs:gen"
"release": "release-it"
},
"files": [
"/frameport.js",
Expand Down

0 comments on commit cf3770b

Please sign in to comment.