Skip to content

Commit

Permalink
Changing packaging structure [wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Nov 2, 2019
1 parent a816a26 commit 31d6146
Show file tree
Hide file tree
Showing 17 changed files with 1,916 additions and 43 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ out
node_modules
.vscode-test/
*.vsix
src/language-service/dist
src/language-service/dist
src/language-service/src/schemas/json/*.json
1 change: 1 addition & 0 deletions azure-pipelines-language-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ stages:
rm package-lock.json # this is weird is should not be needd
npm install
npm run compile
npm run schema
mkdir package
cd package
npm pack ../
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stages:
- script: |
npm install
npm run compile
npm run schema
displayName: 'npm install and compile'
- script: |
Expand Down
Loading

0 comments on commit 31d6146

Please sign in to comment.