Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 98595d1

Browse files
authored
Remove circular dependency on fusion-cli (#227)
* update i18n, fix test * Remove circular dep on fusion-cli * fix flow * don't build test in ci * remove todo to stop ci nag * fix linting
1 parent aeeaed7 commit 98595d1

File tree

11 files changed

+2179
-3062
lines changed

11 files changed

+2179
-3062
lines changed

.eslintignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
flow-typed/
2+
node_modules/
3+
dist/
4+
dist-tests/
5+
coverage/
6+
.nyc_output/
7+
8+
.DS_Store
9+
npm-debug.log
10+
yarn-error.log

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ COPY . .
77

88
RUN yarn
99

10-
RUN yarn build-test

app-fixture/.fusionrc.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

app-fixture/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

app-fixture/src/main.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

app-fixture/src/root.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)