Skip to content

Commit

Permalink
chore(docs): tweak source code folder of docs pointing
Browse files Browse the repository at this point in the history
  • Loading branch information
伍程凯 committed Jul 13, 2018
1 parent 75d05a3 commit 38a04cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"scripts": {
"lint": "tslint --project tsconfig.json",
"docs:lint": "documentation lint dist/src/**",
"docs:lint": "documentation lint dist/**",
"docs:deploy": "npm run docs && cp -r .circleci docs && gh-pages -d docs -t",
"docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/src/** -f html -o docs",
"docs": "rm -rf docs/ dist/ && npm run dev && documentation build dist/** -f html -o docs",
"build": "npm run dev && bili --format cjs --filename '[name].js' --exports 'named'",
"dev": "rm -rf dist/ libs/ && tsc",
"test:unit": "jest",
Expand Down

0 comments on commit 38a04cd

Please sign in to comment.