Browse Source

Fixes broken script path

main
Eric Amodio 1 year ago
parent
commit
f45935c33e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -15761,7 +15761,7 @@
"graph:link:main": "pushd \"../GitKrakenComponents\" && yarn link && popd && yarn graph:link",
"graph:unlink": "yarn unlink @gitkraken/gitkraken-components && yarn install --force",
"graph:unlink:main": "yarn graph:unlink && pushd \"../GitKrakenComponents\" && yarn unlink && popd",
"icons:apply": "node ./scripts/applyIconsContribution.js",
"icons:apply": "node ./scripts/applyIconsContribution.mjs",
"icons:svgo": "svgo -q -f ./images/icons/ --config svgo.config.js",
"lint": "eslint \"src/**/*.ts?(x)\"",
"lint:webviews": "eslint \"src/webviews/apps/**/*.ts?(x)\" --fix",

Loading…
Cancel
Save