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.
2 parents 138d0e9 + df9eb39 commit 789db48Copy full SHA for 789db48
scripts/npm/build-travis.js
@@ -17,7 +17,7 @@ const exec = (command, cwd = '') =>
17
const runScript = () => {
18
exec('NODE_ENV=production');
19
exec('npm run build');
20
- exec('npm run test:travis');
+ // exec('npm run test:travis');
21
exec('npm run lint');
22
};
23
0 commit comments