Skip to content

Commit

Permalink
Fix vscode tasks, update node-sass to the latest package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooseppi12 committed Feb 3, 2021
1 parent d551936 commit 25b7329
Show file tree
Hide file tree
Showing 3 changed files with 1,229 additions and 60 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
{
"label": "Serve as an offline sitelet",
"type": "shell",
"command": "./run.sh",
"command": "./serve.sh",
"windows": {
"command": ".\\run.ps1"
"command": ".\\serve.ps1"
},
"group": "build",
"presentation": {
Expand Down
Loading

0 comments on commit 25b7329

Please sign in to comment.