Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 10, 2021
1 parent a278318 commit fd4bede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fd4bede

Please sign in to comment.