Skip to content

Commit b6a40dc

Browse files
committed
Relocate package.json back to project root to make tests work again
1 parent 22d10fb commit b6a40dc

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
with:
1717
node-version: '12.x'
1818
registry-url: 'https://registry.npmjs.org'
19-
- name: Install Test dependencies
20-
run: npm install
21-
working-directory: ./test
19+
- run: npm install
2220
- name: Test with neovim
2321
run: |
2422
nvim --version

test/package-lock.json renamed to package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "vim-rescript-test",
3+
"private": true,
4+
"description": "This is only needed for our test framework",
5+
"version": "0.0.0",
6+
"keywords": [],
7+
"author": "",
8+
"license": "MIT",
9+
"devDependencies": {
10+
"bs-platform": "8.4.2"
11+
}
12+
}

test/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)