Skip to content

Commit

Permalink
chore: drop npm run install:fixture in favor of vscode task for win…
Browse files Browse the repository at this point in the history
…dows
  • Loading branch information
byCedric committed Sep 3, 2023
1 parent 324933c commit 6a624da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
{
"label": "install-fixtures",
"type": "shell",
"command": "npm run install:fixture",
"command": "npm install",
"options": {
"cwd": "${workspaceFolder}/test/fixture"
},
"presentation": {
"reveal": "never"
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"clean": "git clean -xdf ./out ./.vscode-test *tsbuildinfo",
"test:vscode": "node ./out/test/mocha/vscode.js",
"test:scripts": "node ./scripts/__tests__/utils/mocha-runner.js",
"lint": "eslint .",
"install:fixture": "cd ./test/fixture; npm install"
"lint": "eslint ."
},
"dependencies": {
"@expo/config-plugins": "^4.1.5",
Expand Down

0 comments on commit 6a624da

Please sign in to comment.