Skip to content

Commit

Permalink
Remove check-compile-output.sh and related CI/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Apr 20, 2020
1 parent 7ad827c commit 1d9785e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ jobs:
${{ matrix.os }}-yarn-
- run: yarn

- run: yarn lint
- run: yarn compile
- run: yarn test
- run: yarn check-compile-output
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"compile": "waffle .waffle.json",
"pretest": "yarn compile",
"test": "mocha",
"check-compile-output": "./scripts/check-compile-output.sh",
"prepublishOnly": "yarn test"
},
"license": "GPL-3.0-or-later"
Expand Down
11 changes: 0 additions & 11 deletions scripts/check-compile-output.sh

This file was deleted.

0 comments on commit 1d9785e

Please sign in to comment.