chore(debugger): ensure the files are created

This commit is contained in:
Oliver Davies 2022-07-06 22:17:52 +01:00 committed by GitHub
parent 2bb019400f
commit 632c79b09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
npm run build
args:
chdir: "{{ ansible_user_dir }}/build/vscode-php-debug"
creates: "{{ ansible_user_dir }}/build/vscode-php-debug/out"
when: clone.changed
tags:
- debugger