We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f1a69 commit 60e773bCopy full SHA for 60e773b
3 files changed
.changeset/stale-coins-punch.md
.github/workflows/npm-publish.yml
@@ -31,6 +31,12 @@ jobs:
31
- name: Install dependencies
32
run: npm ci
33
34
+ - name: Run tests
35
+ run: npm run test --workspaces
36
+
37
+ - name: Run eslint
38
+ run: npm run lint --workspaces
39
40
- name: Parse release tag
41
id: tag
42
run: |
@@ -41,6 +47,9 @@ jobs:
47
echo "name=$NAME" >> $GITHUB_OUTPUT
48
echo "version=$VERSION" >> $GITHUB_OUTPUT
43
49
50
+ - name: Version packages
51
+ run: npx changeset version
52
44
53
- name: Publish packages
45
54
run: npx changeset publish
46
55
README.md
@@ -10,3 +10,5 @@ A collection of packages to help create Minecraft Bedrock add-ons!
10
- @lpsmods/mc-superstruct
11
- @lpsmods/mc-utils
12
- @lpsmods/mcaddon-bridge
13
14
+> Not associated with or approved by Mojang Studios or Microsoft
0 commit comments