Commit Graph

23 Commits

Author SHA1 Message Date
Gleb Bahmutov
8a1222657e rebuild and lint 2017-07-05 11:27:10 -04:00
Brian Mann
2e35e41e17 all: rename cypress-commands -> custom-commands 2017-07-04 20:08:04 -04:00
Brian Mann
53730e83e5 all: don't use api prefix 2017-07-04 20:03:45 -04:00
Jennifer Shehane
d65c902120 example: Added louder msg about not editing in example app - stop editing example app 😬 2017-06-30 12:39:21 -04:00
Gleb Bahmutov
91ec7a0dd8 Move deploy scripts (#205)
* root: move deploy scripts from server to top level scripts

* remove postinstall download stop variable

* deploy: list all dev dependencies

* working on deploy run

* WIP comment out obsolete run-sequence

* add cypress-io/cypress-example-recipes

* root: enable run all to skip package or packages by name

* deploy: move coffee lint to root

* deploy: make bump async

* deploy: WIP update deploy + build processes for monorepo

* Add cypress-io/cypress-example-module-api project build to bump

* remove commas

* Add project cypress-io/cypress-test-ci-environments to list of projects to test

* deploy: WIP refactor classes -> functional

* deploy: don't copy node_modules or prune -> just npm install

* cli: consolidate important fields into monorepo root, pull out and build

* all: cleanup package.json, remove versions, license, repo information

-move some deps to devDeps

* all: convert es5 -> es6 + fix linting

* deploy: specify files to include when copying packages for dist

* deploy: convert coffee script in place + remove coffee files
2017-06-23 10:41:37 -04:00
Gleb Bahmutov
3f51777cb7 example: use bin-up to find eslint 2017-06-08 09:35:28 -04:00
Gleb Bahmutov
d0b7a72b3d Remove standard in favor of eslint (#144)
* docs: use eslint instead of standard

* example: eslint instead of standard

* cli: eslint for CLI
2017-06-08 09:34:06 -04:00
Gleb Bahmutov
f3595761d0 all: set private true in each internal package.json 2017-06-07 16:27:00 -04:00
Gleb Bahmutov
e8d6ba6fa0 all: remove individual .gitignore files (#133)
* all: remove individual .gitignore files

* remove .gitignore from docs folder
2017-06-05 17:15:35 -04:00
Brian Mann
0d0a12baa6 all: postinstall better messages 2017-05-31 14:00:33 -04:00
Brian Mann
817758e4b6 all: symlink all cypress packages in root node_modules for easy access 2017-05-31 12:51:35 -04:00
Gleb Bahmutov
70f7c7bce3 rebuilt example spec 2017-05-25 09:59:06 -04:00
Chris Breiding
12b3689459 example: underscore -> lodash 2017-05-25 09:35:12 -04:00
Gleb Bahmutov
a7877921a4 all: need to run build all command separately, fix #79 2017-05-23 09:07:55 -04:00
Gleb Bahmutov
f83b86a91a example: lint the JS files (#63)
* add standard linter to example project

* lint bin/convert script

* lint more js files, run linter pretest
2017-05-19 13:27:06 -04:00
Gleb Bahmutov
62f280e9ae CircleCI v2 (#60)
* each container runs its own commands and it is easy to modify which commands are were (multiline format)
* setup is super fast because all deps are in base docker image (well, except for Chrome) and node_modules are cached
2017-05-18 18:16:16 -04:00
Brian Mann
54fe5166e9 all: remove running npm run build in root monorepo - move concerns into each package
-this prevents situations like building the docs twice
-this enables each package to more finely tune how and when it builds
2017-05-17 17:57:52 -04:00
Brian Mann
2e892fb542 make package scripts consistent - fixes #43 2017-05-17 12:20:06 -04:00
Gleb Bahmutov
ce45a91131 ignore files generated during example e2e tests 2017-05-16 10:52:42 -04:00
Brian Mann
ba3a56267a server: set sinon version, get more tests to pass 2017-05-14 19:50:16 -04:00
Brian Mann
a971c413c1 all: remove node version for each package 2017-05-13 12:14:09 -04:00
Chris Breiding
4a985657ba put clean-deps script in every package 2017-05-09 11:12:10 -04:00
Chris Breidng
379013694a import example 2017-04-21 10:55:50 -04:00