Skip to content

Commit e0cbfc7

Browse files
authored
Merge pull request #1 from madeindjs/feature/publish
build(npm): publish to NPM
2 parents 654ca58 + 8b29a74 commit e0cbfc7

27 files changed

+562
-681
lines changed

.env

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

.npmignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# source
2+
e2e/
3+
lib/
4+
.idea/
5+
coverage/
6+
7+
# config
8+
tsconfig.json
9+
tslint.json
10+
.prettierignore
11+
.prettierrc
12+
.travis.yml
13+
docker-compose.yml
14+
jest.config.js
15+
jest-e2e.config.js
16+
renovate.json
17+
18+
# misc
19+
sample/
20+
21+
.circleci/
22+
.github/
23+
FUNDING.yml
24+
docker-compose.yml

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.3'
22
services:
33
backend:
44
image: node:16-alpine
5-
working_dir: /usr/src/app
5+
working_dir: /usr/src/app/sample
66
command: sh -c "npm install && npm run start:dev"
77
volumes:
88
- ./.:/usr/src/app

libs/graphile-worker/tsconfig.lib.json

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

nest-cli.json

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

0 commit comments

Comments
 (0)