Skip to content

Commit

Permalink
☁️ chore(automation): Applying changes from upstream repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Megabyte Labs committed Aug 22, 2022
1 parent 5c86a09 commit 14ada12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/taskfiles/install/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ tasks:
success: Successfully installed local NPM dependencies
cmds:
- task: tslib
- |
{{.NPM_PROGRAM}} config set strict-peer-dependencies false --location project
- cmd: |
if [ "$DEPS" != "$PREVIOUS_DEPS" ] || [ ! -d node_modules ]; then
if [ -n "$AUTO_UPDATE_NPM_PACKAGES" ]; then
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ node_modules.bak/
nosetests.xml
.nox/
.npm/
.npmrc
npm-debug.log
.nyc_output/
persistence/
Expand Down

0 comments on commit 14ada12

Please sign in to comment.