Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yuria0309 committed Dec 3, 2023
2 parents 7aa2c41 + 4448283 commit 3c56557
Show file tree
Hide file tree
Showing 215 changed files with 11,784 additions and 4,974 deletions.
16 changes: 11 additions & 5 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,31 @@
{
"label": "npm start",
"type": "shell",
"command": "cd blocks && npm run-script start",
"command": "cd blocks && npm run start",
"problemMatcher": []
},
{
"label": "npm build",
"type": "shell",
"command": "cd blocks && npm run-script build",
"command": "cd blocks && npm run build",
"problemMatcher": []
},
{
"label": "npm eject",
"label": "npm lint:js",
"type": "shell",
"command": "cd blocks && npm run-script eject",
"command": "cd blocks && npm run lint:js",
"problemMatcher": []
},
{
"label": "npm lint:css",
"type": "shell",
"command": "cd blocks && npm run lint:css",
"problemMatcher": []
},
{
"label": "npm install",
"type": "shell",
"command": "npm install && npm audit fix && cd blocks && npm install && npm audit fix",
"command": "cd blocks && npm install",
"problemMatcher": []
}
]
Expand Down
Loading

0 comments on commit 3c56557

Please sign in to comment.