Commit Graph

12 Commits

Author SHA1 Message Date
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 f3595761d0 all: set private true in each internal package.json 2017-06-07 16:27:00 -04:00
Brian Mann 0d0a12baa6 all: postinstall better messages 2017-05-31 14:00:33 -04:00
Brian Mann a81ed100bf icons: remove packages/icons wrapper, use @cypress/icons directly 2017-05-31 12:52:37 -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
Brian Mann 5db19c3a33 consolidated all packages to use shared icons package 2017-05-29 18:14:00 -04:00
Gleb Bahmutov a7877921a4 all: need to run build all command separately, fix #79 2017-05-23 09:07:55 -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 b96510b174 why does my editor type Echo instead of echo? 2017-05-15 13:13:05 -04:00
Gleb Bahmutov 01b6829c63 all unit tests should run on Circle 2017-05-15 12:59:28 -04:00
Brian Mann d7a996a9bb created static package + build process to serve favicon 2017-05-09 11:32:56 -04:00