Skip to content

Commit bd5bdd3

Browse files
chore(ops): add top level script for testing examples
1 parent bee1533 commit bd5bdd3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"fmt": "npm run fmt --ws --if-present",
3434
"fmt:check": "npm run fmt:check --ws --if-present",
3535
"lint": "npm run lint --ws --if-present",
36-
"lint:fix": "npm run lint:fix --ws --if-present"
36+
"lint:fix": "npm run lint:fix --ws --if-present",
37+
"test:examples": "npm run all --ws --if-present"
3738
},
3839
"devDependencies": {
3940
"@actions/github": "^6.0.1",

0 commit comments

Comments
 (0)