Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Aug 10, 2023
1 parent d8c89e3 commit 4774cd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"./packages/jest-environment-jsdom-example"
],
"scripts": {
"all": "turbo run build test format generate lint",
"all": "turbo run build test format generate lint license-header",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "turbo run format",
"generate": "turbo run generate"
"generate": "turbo run generate",
"license-header": "turbo run license-header"
},
"type": "module",
"engineStrict": true,
Expand Down

0 comments on commit 4774cd1

Please sign in to comment.