Skip to content

Commit

Permalink
use internal reference path; generalize "fork" runner; fix "events" e…
Browse files Browse the repository at this point in the history
…xample
  • Loading branch information
bttmly committed Aug 1, 2016
1 parent c8d7c3e commit a1326e9
Show file tree
Hide file tree
Showing 50 changed files with 819 additions and 233 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ test-bail: lint
lint:
./node_modules/.bin/eslint ./src/**/*.js

example-events:
rm -rf ./.perturb
compile:
rm -rf ./built
./node_modules/.bin/tsc

example-events: compile
rm -rf ./.perturb
node ./script/run.js events

dogfood:
Expand Down
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- get CLI e2e test working
- `--strict` mode with stuff to ensure no mutation happens
-
Loading

0 comments on commit a1326e9

Please sign in to comment.