Skip to content

Commit

Permalink
chore: Update scripts to build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Mar 9, 2022
1 parent 13b343f commit 261ec82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"lint": "./node_modules/.bin/eslint src --fix",
"format": "./node_modules/.bin/prettier src --write",
"build": "rm -rf dist && ./node_modules/.bin/tsc -p tsconfig.json",
"build:doc": "npx @appnest/readme generate && rm -rf docs && ./node_modules/.bin/typedoc && cp .github/docs/* docs/ && cp readme/README.md docs/",
"build:readme": "npx @appnest/readme generate",
"build:doc": "npm run build:readme && rm -rf docs && ./node_modules/.bin/typedoc && cp .github/docs/* docs/ && cp readme/README.md docs/",
"serve:doc": "./node_modules/.bin/docsify serve docs",
"test": "NODE_ENV=test ./node_modules/.bin/jest --collect-coverage --config ./jest.config.js && npm run coverage:badges",
"coverage:badges": "./node_modules/.bin/jest-coverage-badges --output coverage-badges",
Expand Down

0 comments on commit 261ec82

Please sign in to comment.