@meistrari/mise-en-place 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,6 +20,9 @@ jobs:
20
20
  - name: Install dependencies
21
21
  run: bun install --frozen-lockfile
22
22
 
23
+ - name: Install dependencies
24
+ run: bun run build
25
+
23
26
  - name: Publish mise-en-place package
24
27
  run: bun publish --access public --no-git-checks
25
28
  env:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/mise-en-place",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",