Permalink
Please sign in to comment.
Browse files
Move test (#1432)
* feature(test): enable build without test Git pre-commit hook still prevents submit failing code * docs(test): updated documentation Clarified test, build and start:production * test(selector test generator): change 'test case' to 'true' This make it easier 'cheat' on the test (double-click to select). Useful when manually testing generator output. * docs(test): updated documentation Clarified start:production * remove erroneous single quote * test(travis): revert yarn calls to npm Travis does not directly support yarn As described at https://blog.travis-ci.com/2016-11-21-travis-ci-now-supports-yarn Travis looks for yarn.lock and maps npm calls to yarn, if present.
- Loading branch information...
Showing
with
19 additions
and 10 deletions.
- +5 −2 .travis.yml
- +3 −2 appveyor.yml
- +8 −3 docs/general/commands.md
- +1 −1 internals/generators/container/selectors.test.js.hbs
- +2 −2 package.json
0 comments on commit
4155217