diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 286122f..01bbd40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,8 @@ jobs: run: yarn install --frozen-lockfile - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: yarn audit signatures + - name: Build + run: yarn build - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 6d19020..23acf2b 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,9 @@ "scripts": { "commit": "npx git-cz", "test": "jest --config jest.config.ts", - "build": "rimraf dist && tsc", + "build": "rimraf lib && tsc", "format": "prettier --write \"src/**/*.ts\"", "semantic-release": "semantic-release", - "docs": "typedoc docs src", "prepare": "husky install" }, "devDependencies": {