Skip to content

Commit

Permalink
fix: ci build...
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Aug 27, 2023
1 parent 3dbc497 commit c753bdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:

- name: Create directories
run: |
mkdir dist
mkdir -p dist
touch dist/.gitkeep
mkdir -p target
touch target/.gitkeep
mkdir -p node_modules
touch node_modules/.gitkeep
- name: Build and run dev container task
uses: devcontainers/ci@v0.3
Expand Down

0 comments on commit c753bdd

Please sign in to comment.