Skip to content

Commit

Permalink
Only run tests in the test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphartin committed Jan 17, 2024
1 parent 3ddd6e1 commit 0a20312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"url": "git+https://github.com/LittleFoxCompany/usemods.git"
},
"scripts": {
"test": "bun --watch test",
"dev": "bun run builder.mjs",
"build": "bun run build.mjs",
"test": "bun --watch test test/*",
"prepublishOnly": "bun run build",
"module:dev": "npm i && npm run dev --prefix ./nuxt-module",
"module:release:": "npm i && npm run release --prefix ./nuxt-module"
Expand Down

0 comments on commit 0a20312

Please sign in to comment.