This commit is contained in:
Joseph Garrone 2020-05-17 00:39:26 +02:00
commit c787a145e3
3 changed files with 9 additions and 12 deletions

View file

@ -47,13 +47,6 @@ jobs:
USER_OR_ORG: ${{ github.repository_owner }}
DESC: ${{ github.event.repository.description }}
REPO_NAME_NO_DASHES: ${{ steps.id2.outputs.replace_result }}
- uses: actions/setup-node@v1
- name: Update pre-configured dev dependencies
run: |
npm install --save-dev denoify
npm install --save-dev typescript
npm install --save-dev evt
rm package-lock.json
- name: Remove this workflow, it only needs to be run once.
run: rm .github/workflows/template_initialization.yaml
- name: Commit files