Skip to content

Commit

Permalink
🔨 Improved development scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wjtje committed Mar 4, 2022
1 parent 6ddf5ae commit 3005ba7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: docker CI
on:
push:
branches: [main]
paths:
- 'src'
- 'static'
- 'package.json'

jobs:
main:
Expand Down
16 changes: 15 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"vsicons.associations.files": [
{
"filename": true,
"icon": "svelte",
"extensions": ["svelte.config.js"]
}
],
"vsicons.associations.folders": [
{
"icon": "www",
"extensions": ["static"],
"format": "svg"
}
]
}

0 comments on commit 3005ba7

Please sign in to comment.