Skip to content

Commit

Permalink
Configure CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-perpetuallabs committed Jul 13, 2023
1 parent 5742b7a commit d8699f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"lint": "eslint ./extension/src ./language-server/src --ext .ts,.tsx",
"postinstall": "cd extension && npm install && cd ../language-server && npm install && cd ..",
"postinstall": "cd grammars/tree-sitter-oml && npm install && cd ../../extension && npm install && cd ../language-server && npm install && cd ..",
"chrome": "vscode-test-web --host=0.0.0.0 --quality=insiders --extensionDevelopmentPath=. --extensionId=vscode-icons-team.vscode-icons"
},
"devDependencies": {
Expand Down

0 comments on commit d8699f8

Please sign in to comment.