Skip to content

Commit 2d9aa27

Browse files
Remove prepare script from workflow and update metadata
1 parent 2b9c537 commit 2d9aa27

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ env.NODE_VERSION }}
23-
- run: npm run prepare
2423
- run: npm ci
2524
- run: npm test
2625

@@ -33,6 +32,5 @@ jobs:
3332
with:
3433
node-version: ${{ env.NODE_VERSION }}
3534
registry-url: https://registry.npmjs.org/
36-
- run: npm run prepare
3735
- run: npm ci
3836
- run: npm publish --access public

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
/node_modules
23
/build
34
/lib/*.js

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
],
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/git-utils/git-utils.git"
18+
"url": "https://github.com/pulsar-edit/git-utils.git"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/git-utils/git-utils/issues"
21+
"url": "https://github.com/pulsar-edit/git-utils/issues"
2222
},
2323
"homepage": "http://atom.github.io/git-utils",
2424
"keywords": [

0 commit comments

Comments
 (0)