Rename scripts folder (#1202)

* Rename script folder

* Rename scripts
This commit is contained in:
Pascal Vizeli 2019-08-13 14:39:32 +02:00 committed by GitHub
parent 0768b2b4bc
commit 4fe2859f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

4
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
{
"label": "Run Testenv",
"type": "shell",
"command": "./script/test_env.sh",
"command": "./scripts/test_env.sh",
"group": {
"kind": "test",
"isDefault": true,
@ -32,7 +32,7 @@
{
"label": "Update UI",
"type": "shell",
"command": "./script/update-frontend.sh",
"command": "./scripts/update-frontend.sh",
"group": {
"kind": "build",
"isDefault": true