diff --git a/package.json b/package.json index f3c57f4a..ded23908 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "types": "./dist/ods-charts.d.js", "scripts": { "build": "webpack", - "netlify": "npm run build ; npm run typedoc", + "netlify": "npm run build ; cp -R dist docs/ ; npm run typedoc", "serve": "serve .", "serve:vue": "serve test/vue/dist/", "serve:angular": "serve test/angular/dist/angular/",