We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c4b38 commit ae068d9Copy full SHA for ae068d9
.travis.yml
@@ -3,4 +3,10 @@ language: node_js
3
node_js:
4
- "6"
5
script:
6
- - "yarn build-ci"
+ - yarn build-ci
7
+ # Ideally we wouldn't commit transpiled .js or .js.map files, but for now:
8
+ - if ! git diff --exit-code --name-only HEAD
9
+ then
10
+ echo "Changed files detected (listed above). Please run 'yarn build' before you commit."
11
+ exit 1
12
+ fi
0 commit comments