Skip to content

Commit

Permalink
Label docassemble tests as integration tests, so they don't get run b…
Browse files Browse the repository at this point in the history
…y CI (yet).
  • Loading branch information
danielnaab committed Oct 3, 2023
1 parent 229118e commit 811ad63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docassemble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/index.ts",
"scripts": {
"build": "tsup src/* --env.NODE_ENV production",
"test": "vitest run --coverage"
"test:integration": "vitest run --coverage"
},
"dependencies": {
"@atj/documents": "workspace:*",
Expand Down

0 comments on commit 811ad63

Please sign in to comment.