Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f7afbef

Browse files
committed
chore: fix dist publishing
1 parent f1fdc48 commit f7afbef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-node@v2
1717
# We're using npm to publish due to: https://github.com/yarnpkg/yarn/issues/5779
1818
- run: npm install
19+
- run: npm prepack
1920
- id: publish
2021
uses: JS-DevTools/[email protected]
2122
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "git+ssh://[email protected]/canva-public/depdendency-tree.git"
13+
"url": "git+ssh://[email protected]/canva-public/dependency-tree.git"
1414
},
1515
"keywords": [
1616
"dependency",

0 commit comments

Comments
 (0)