diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 7dbca461..adb1d991 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -22,6 +22,6 @@ jobs: - name: NPM Publish run: | npm ci - npm publish --access public --tag [react, gantt, typescript, chart, svg, gantt-chart, gantt chart, react-gantt, task] + npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/package.json b/package.json index 524a88a1..1278d788 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,17 @@ "engines": { "node": ">=10" }, + "keywords": [ + "react", + "gantt", + "typescript", + "chart", + "svg", + "gantt-chart", + "gantt chart", + "react-gantt", + "task" + ], "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs",