We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6345c commit 0d4375dCopy full SHA for 0d4375d
package.json
@@ -20,6 +20,7 @@
20
"docker": "docker exec -it dev yarn cli $*",
21
"github-actions:lint": "eslint --ext=yml .github/",
22
"playground:browser": "yarn workspace javascript-browser-playground start",
23
+ "postinstall": "yarn workspace eslint-plugin-automation-custom build",
24
"build:eslint": "yarn workspace eslint-plugin-automation-custom build && yarn install",
25
"release": "yarn workspace scripts createReleaseIssue",
26
"scripts:lint": "eslint --ext=ts scripts/",
0 commit comments