Skip to content

Commit

Permalink
changed listing and added @types again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoeleboele committed Nov 16, 2023
1 parent c1cf739 commit 55c347e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
-
name: list
run: |
cd /home/runner/work/Ampersand-Language-Support/Ampersand-Language-Support/node_modules
cd /home/runner/work/Ampersand-Language-Support/Ampersand-Language-Support/node_modules/@types
ls
-
name: install npm
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"postinstall": "node ./node_modules/@types/vscode/bin/install",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"test": "mocha --require ts-node/register --watch-extensions ts \"test\\**\\*.ts\"",
"package": "vsce package",
"publish": "vsce publish"
},
"dependencies": {
"vscode": "latest",
"@types/vscode": "latest",
"undici-types":"latest",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
Expand Down

0 comments on commit 55c347e

Please sign in to comment.