Skip to content

Commit

Permalink
chore: build the addon first
Browse files Browse the repository at this point in the history
  • Loading branch information
colenso committed Dec 12, 2023
1 parent 381e318 commit a0b5fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "yarn workspace ember-user-activity run start",
"start:test-app": "yarn workspace test-app run start",
"test": "yarn workspaces foreach --all run test",
"test": "yarn workspace ember-user-activity build && yarn workspace test-app test",
"test:ember": "yarn workspaces foreach --all run test:ember",
"release": "release-it"
},
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test": "concurrently \"npm:test:*\" --names \"test:\"",
"test:ember": "ember test",
"test-ember-compatibility": "ember try:each",
"release": "release-it"
Expand Down

0 comments on commit a0b5fa2

Please sign in to comment.