Skip to content

Commit

Permalink
Build suppressions before self
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed May 17, 2024
1 parent 7ee3312 commit 3b42fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tools/typespec-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"scripts": {
"build": "tsc",
"postinstall": "npm run build",
"postinstall": "cd ../suppressions && npm run build && cd ../typespec-validation && npm run build",
"test": "npm run build && mocha --recursive --exit"
},
"engines": {
Expand Down

0 comments on commit 3b42fa0

Please sign in to comment.