Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzyTheLizard committed Mar 27, 2024
1 parent d7b8bcc commit edecc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "example",
"version": "1.0.0",
"scripts": {
"integration-test": "tsx main.ts && dircompare -lrd expected out",
"generate": "tsx --watch --watch-path=./input --watch-path=./src src/main.ts",
"generate:ci": "tsx main.ts"
"generate:ci": "tsx main.ts",
"integration-test": "tsx main.ts && dircompare -lrd expected out"
},
"dependencies": {
"domain-schema-documentation": "workspace:*"
Expand Down

0 comments on commit edecc61

Please sign in to comment.