Skip to content

Commit

Permalink
Add name to Puzzle package (#1443)
Browse files Browse the repository at this point in the history
## What is this PR doing?

Adds a name to the Playground Puzzle package.

## What problem is it solving?

There is an error with NPM deployments caused by the missing package
name.

Related error
https://github.com/WordPress/wordpress-playground/actions/runs/9176130514/job/25230708282

## How is the problem addressed?

By adding a name to the Puzzle app package.json

## Testing Instructions

- Ensure all tests pass
  • Loading branch information
bgrgicak authored May 21, 2024
1 parent 90d6dc2 commit 37c0a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/playground/puzzle/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@wp-playground/puzzle",
"version": "0.0.1",
"type": "module",
"private": true
Expand Down

0 comments on commit 37c0a1a

Please sign in to comment.