1
0
Fork 0
Commit Graph

18 Commits (aec0ef46e45dcf0af6921b74d2c0abe2ee9d998b)

Author SHA1 Message Date
Danny McCormick df0101c5c3
v2 workflow (#30)
* Create workflow.yml

* Try lower version of node

* Try running tests serially

* Start jest directly

* Start jest directly

* Start jest directly

* Start jest directly

* Dont test exec on windows right now

* Dont test exec on windows right now
2019-07-11 16:12:50 -04:00
Jonathan Clem a52644e6dd
DRY up core tests 2019-05-21 11:23:35 -04:00
Jonathan Clem 4090b77772
Merge branch 'master' into features/core 2019-05-21 10:49:19 -04:00
Jonathan Clem a822329e9c
Add noEmit to check-all 2019-05-21 10:45:28 -04:00
Jonathan Clem 1cfd9cc9b7
Add concurrently and check-all script 2019-05-21 10:43:05 -04:00
Jonathan Clem 20f0d3983a
Add ESLint 2019-05-21 10:34:23 -04:00
Jonathan Clem 3bb3f36a03
Merge branch 'master' into features/core 2019-05-21 10:18:33 -04:00
Jonathan Clem 0f12556586
Fix formatter to check all TypeScript 2019-05-21 10:09:24 -04:00
Jonathan Clem 618a7ec0f8
Change npm format to format-check and add format command 2019-05-20 11:21:45 -04:00
Jonathan Clem d3cfce8cf0
Simplify package creation 2019-04-22 11:54:05 -04:00
Jonathan Clem 32a1c14007
Add `lerna bootstrap` to main.workflow 2019-04-20 11:07:55 -04:00
Jonathan Clem 39e21d45c8
Add build step to workflow file 2019-04-20 11:00:36 -04:00
Jonathan Clem 8d559d0a09
Fix prettier script file glob to ignore compiled code 2019-04-20 10:59:40 -04:00
Jonathan Clem d90e9d7582
Remove ESLint (still not compatible enough with TypeScript tooling) 2019-04-19 17:00:31 -04:00
Jonathan Clem 3e32975625
Add ESLint and Prettier tooling 2019-04-19 15:35:44 -04:00
Jonathan Clem f026c43b81
Add working Jest & TypeScript config
- Jest now uses ts-jest for transforms
- TypeScript compilation via `lerna run tsc`
2019-04-19 15:15:34 -04:00
Jonathan Clem 97bc7918f4
Add a placeholder GitHub package
This will serve as something to build testing/TypeScript tooling around
2019-04-19 14:53:42 -04:00
Jonathan Clem 8446e3b247
Initialize a Lerna project
Lerna seems like a reasonable place to start:
- One repository for easier cross-team work and one place for issues
- Multiple packages for independent versioning
2019-04-19 14:29:24 -04:00