Skip to content

Commit

Permalink
Add test script
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <[email protected]>
  • Loading branch information
macdonst committed Sep 4, 2024
1 parent 76ca6de commit a025f41
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 @@ -4,7 +4,8 @@
"scripts": {
"start": "npx enhance dev",
"lint": "eslint ./app/**/*.mjs --fix",
"enhance": "enhance"
"enhance": "enhance",
"test": "npm run lint"
},
"devDependencies": {
"@architect/architect": "^11.1.0",
Expand Down

0 comments on commit a025f41

Please sign in to comment.