We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c83931 commit a357b02Copy full SHA for a357b02
package.json
@@ -45,6 +45,7 @@
45
"eslint:check": "eslint . --cache --ext .ts,.tsx",
46
"generate:licenses": "generate-license-file --input package.json --output third-party-licenses.txt",
47
"install:extension": "jlpm build",
48
+ "licenses": "jlpm generate-license-file --input package.json --output third-party-licenses.txt --overwrite",
49
"lint": "jlpm stylelint && jlpm prettier && jlpm eslint",
50
"lint:check": "jlpm stylelint:check && jlpm prettier:check && jlpm eslint:check",
51
"prettier": "jlpm prettier:base --write --list-different",
0 commit comments