diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 343fc53..84f79a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,7 @@ jobs: with: node-version: lts/* - run: npm ci + - run: npm build - run: npm run semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..1d73012 --- /dev/null +++ b/.npmignore @@ -0,0 +1,9 @@ +**/tests +.github +.husky +.vscode +.idea +src/ +static/ +tsconfig.json +.eslintrc.json