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

Commit 924c1b6

Browse files
committed
chore:fix script & bump version
1 parent fbf054e commit 924c1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +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 prepare
19+
- run: npm run prepack
2020
- id: publish
2121
uses: JS-DevTools/[email protected]
2222
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@canva/dependency-tree",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Calculates a dependency tree for set of files",
55
"main": "dist/index.js",
66
"author": "Canva Pty Ltd",

0 commit comments

Comments
 (0)