Skip to content

Commit 2f05573

Browse files
committed
wip compiles with warnings
1 parent ce8edb1 commit 2f05573

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline:
5959
group: pre-check
6060
image: ${DRONE_REPO,,}-monorepo
6161
commands:
62-
- yarn create-react-app my-app-ci
62+
- yarn create-react-app my-app-ci --typescript
6363
<<: *WHEN_BUILD_EVENT
6464

6565
# ---------------------------------------------------------------------------

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note that this is used as build environment for the stack project, not an actual running project
2-
FROM node:8
2+
FROM node:10
33

44
# Lerna uses git for its diffing and publishing operations
55
RUN apt-get update \

packages/react-scripts/template-typescript/.template.dependencies.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"dependencies": {
33
"@material-ui/core": "^1.2.1",
44
"@material-ui/icons": "^2.0.3",
5-
"aaa-react-scripts-ts": "2.15.0",
65
"apollo-cache-inmemory": "^1.1.9",
76
"apollo-client": "^2.2.5",
87
"apollo-codegen": "^0.18.6",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'formsy-react';

0 commit comments

Comments
 (0)