Skip to content

Commit

Permalink
chore: change order in pkg json to alllow publish
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarluedke committed Oct 4, 2024
1 parent 69718b6 commit 0a976db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"scripts": {
"build": "yarn workspace glimmer-apollo build",
"lint:js": "eslint . --ext .js,.ts",
"test": "yarn workspace glimmer-apollo ember test",
"test:types": "yarn workspaces run test:types",
"start": "yarn workspace glimmer-apollo ember start",
"test": "yarn workspace glimmer-apollo ember test"
"start": "yarn workspace glimmer-apollo ember start"
},
"resolutions": {
"@ember/test-waiters": "^3.0.1",
Expand Down

0 comments on commit 0a976db

Please sign in to comment.