diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1cf5e0f..0f0b7d8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: node-version: 14 registry-url: https://registry.npmjs.org/ - run: npm ci - - run: npm build + - run: npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} \ No newline at end of file diff --git a/package.json b/package.json index b5707da..d6ed271 100644 --- a/package.json +++ b/package.json @@ -15,14 +15,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/structure-codes/non-dotted-dotfiles.git" + "url": "git+https://github.com/structure-codes/is-nondot.git" }, "author": "structure-codes", "license": "MIT", "bugs": { - "url": "https://github.com/structure-codes/non-dotted-dotfiles/issues" + "url": "https://github.com/structure-codes/is-nondot/issues" }, - "homepage": "https://github.com/structure-codes/non-dotted-dotfiles#readme", + "homepage": "https://github.com/structure-codes/is-nondot#readme", "devDependencies": { "@types/jest": "^27.0.2", "@typescript-eslint/eslint-plugin": "^5.2.0",