We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a6413 commit 1850ec0Copy full SHA for 1850ec0
package.json
@@ -27,8 +27,7 @@
27
"!**/.*"
28
],
29
"scripts": {
30
- "postinstall": "node scripts/remove-yarn-path.js",
31
- "check-licenses": "yarn licenses list --production --json | grep table | ./check-license.js",
+ "check-licenses": "node scripts/remove-yarn-path.js && yarn licenses list --production --json | grep table | ./check-license.js",
32
"lint": "eslint \"**/*.{js,ts,tsx}\"",
33
"lint:affected": "nx affected --target=lint",
34
"lint:fix": "nx run-many --target=lint:fix --all",
0 commit comments