Skip to content

Commit

Permalink
Update del-cli ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
ikovac committed Apr 21, 2021
1 parent 9abc9c3 commit 0449217
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 6 deletions.
295 changes: 290 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -110,7 +110,7 @@
"@types/poi": "^12.5.0",
"clean-webpack-plugin": "^3.0.0",
"dargs": "^7.0.0",
"del-cli": "^2.0.0",
"del-cli": "^3.0.1",
"emoji-strip": "^1.0.1",
"eslint": "^7.24.0",
"eslint-config-semistandard": "^15.0.1",
Expand Down
1 change: 1 addition & 0 deletions server/script/sequelize.js
Expand Up @@ -35,6 +35,7 @@ const options = Object.assign({}, config, getOptions(argv));
process.argv.push(...dargs(options));

// Run sequelize cli.
// eslint-disable-next-line require-sort/require-sort
require('sequelize-cli/lib/sequelize');

function setLogging({ config: configPath }, state) {
Expand Down

0 comments on commit 0449217

Please sign in to comment.