mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-05-07 04:02:58 +03:00
Updated linting dependencies
This commit is contained in:
parent
019ce2e8ed
commit
03f409a803
10 changed files with 595 additions and 239 deletions
scripts
|
@ -102,7 +102,8 @@ measureFileSizesBeforeBuild(paths.appBuild)
|
|||
process.exit(1);
|
||||
}
|
||||
)
|
||||
.then(zipDist);
|
||||
.then(zipDist)
|
||||
.catch((err) => console.error(err));
|
||||
|
||||
// Create the production build and print the deployment instructions.
|
||||
function build(previousFileSizes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue