mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Add validate-source-maps
npm script (#9134)
This script executes the `sourcemap-validator.js` script to validate the source maps in the `dist` directory.
This commit is contained in:
parent
5df42c09d6
commit
96dd435538
@ -37,6 +37,7 @@
|
||||
"lint:shellcheck": "./development/shellcheck.sh",
|
||||
"lint:styles": "stylelint '*/**/*.scss'",
|
||||
"lint:lockfile": "lockfile-lint --path yarn.lock --allowed-hosts npm yarn github.com codeload.github.com --empty-hostname false --allowed-schemes \"https:\" \"git+https:\"",
|
||||
"validate-source-maps": "node ./development/sourcemap-validator.js",
|
||||
"verify-locales": "node ./development/verify-locale-strings.js",
|
||||
"verify-locales:fix": "node ./development/verify-locale-strings.js --fix",
|
||||
"mozilla-lint": "addons-linter dist/firefox",
|
||||
|
Loading…
Reference in New Issue
Block a user