Skip to content

Commit a52387b

Browse files
committed
Add gitkeep file to tests folder
1 parent 30f3e18 commit a52387b

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/workflows/github-action-acceptance.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: yarn install
27-
- run: yarn rescript:clean
2827
- run: yarn rescript:build
2928
- run: yarn test

__tests__/.gitkeep

Whitespace-only changes.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"files": [
2020
"src",
21+
"__tests__/.gitkeep",
2122
"rescript.json"
2223
],
2324
"scripts": {

0 commit comments

Comments
 (0)