Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dino-absoluto committed Apr 18, 2019
1 parent 5e2ad4c commit 0a3b58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "webpack",
"build:extract-api": "tsc -d --emitDeclarationOnly --outDir 'built/dts/' && api-extractor run --local --verbose",
"build:docs": "api-documenter markdown -i __tmp__/docModel -o docs/api",
"build:etc": "npm run build:extract-api && npm run build:docs",
"build:etc": "npm run build:extract-api && npm run build:docs"
},
"files": [
"dist/index.js",
Expand Down

0 comments on commit 0a3b58f

Please sign in to comment.