Skip to content

Commit

Permalink
chore(deps): add ci script. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored Oct 8, 2024
2 parents 9f6c143 + e64096f commit 1f18073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"lint:hbs": "ember-template-lint .",
"start": "ember server",
"test": "ember try:each",
"test:ember": "ember test"
"test:ember": "ember test",
"ci": "yarn install --ignore-engines --frozen-lockfile"
},
"dependencies": {
"ember-auto-import": "^1.5.3",
Expand Down

0 comments on commit 1f18073

Please sign in to comment.