Skip to content

Commit

Permalink
build generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 4, 2019
1 parent ee6ed21 commit 4fd474a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.DS_Store
.editorconfig
.nyc_output
.vscode
coverage
dist
node_modules
/.babelrc
/.editorconfig
/.eslintrc.json
/.nyc_output
/.vscode
/coverage
/dist
/node_modules
5 changes: 4 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rangeStrategy": "update-lockfile"
"lockFileMaintenance": {
"enabled": true,
"schedule": "at any time"
}
}

0 comments on commit 4fd474a

Please sign in to comment.