summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-28 12:23:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-28 12:23:13 +0800
commit974296f4db931f3291040723c8138b3461e84a13 (patch)
tree79b08dd336d18851b2b742658dd13ca79c87d428
parentedf23013e24aee26cd5bd28f1e48ed885146fde4 (diff)
downloadlua-language-server-974296f4db931f3291040723c8138b3461e84a13.zip
拼错了
-rw-r--r--azure-pipelines.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5e39c24b..2a3887a2 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,7 +18,7 @@ jobs:
- script: |
3rd\luamake\luamake.exe rebuild
displayName: 'Compile'
- - scirpt: |
+ - script: |
cd client
npm install
cd ..
@@ -56,7 +56,7 @@ jobs:
- bash: |
./3rd/luamake/luamake rebuild
displayName: 'Compile'
- - scirpt: |
+ - bash: |
cd client
npm install
cd ..
@@ -93,7 +93,7 @@ jobs:
- bash: |
./3rd/luamake/luamake rebuild
displayName: 'Compile'
- - scirpt: |
+ - bash: |
cd client
npm install
cd ..