Commit Graph

247 Commits

Author SHA1 Message Date
Kamil Myśliwiec 1b81bde89e
feature: compatibility with various IDEs 2018-12-07 12:51:42 +01:00
Kamil Mysliwiec d6b61d8797
Merge pull request #60 from mchelen/patch-2
scripts(): add `test:debug` command
2018-12-05 23:03:16 +01:00
Kamil Mysliwiec 16ef85663f
Merge pull request #63 from ben-webantic/patch-1
deps(): remove ts-loader
2018-12-05 22:59:42 +01:00
Ben 82bc0e4ea5
Remove ts-loader
Unrequired as webpack isn't used anymore.
2018-12-05 14:05:22 +00:00
Mike Chelen 25911fc11f
Add `test:debug` command
Runs Jest with `--inspect-brk` flag and appropriate TS modules.
2018-12-03 18:49:34 -05:00
Kamil Myśliwiec 1bbfc970c8
bump: update nest packages to latest versions 2018-11-05 23:45:26 +01:00
Kamil Myśliwiec fa36d8290f
deps: move rimraf to dependencies 2018-11-05 23:45:07 +01:00
Kamil Myśliwiec 6900c48760
feature: set baseUrl to root dir 2018-11-03 22:07:51 +01:00
Kamil Myśliwiec d7d43335b8
Update README.md 2018-11-03 21:23:45 +01:00
Kamil Myśliwiec 2c0b2f5678
merge: resolve package.json conflicts 2018-11-03 15:28:37 +01:00
Kamil Myśliwiec 583f0ecb11
ux: remove webpack (hmr) from starter repo 2018-11-03 15:27:42 +01:00
Kamil Mysliwiec c88433bfb1
Merge pull request #53 from mchelen/patch-1
chore: move typescript to devDependencies
2018-11-03 15:26:06 +01:00
Kamil Myśliwiec 618fa48ca4
Merge pull request #57 from elylucas/master
feature: add tsconfig-paths/register to debug task
2018-10-16 01:46:07 +02:00
Ely Lucas 61219517df tsconfig-paths/register to debug task so base url references work 2018-10-13 08:42:44 -06:00
Kamil Myśliwiec 2d2f16aa6d
feature: add build command 2018-09-07 13:41:55 +02:00
Mike Chelen 235e24175b
move typescript to devDependencies
`typescript` is not needed to run production application, only to build the code
2018-08-16 16:04:42 -04:00
Kamil Myśliwiec 05802f37f9
refactor: remove lock files 2018-08-16 22:02:58 +02:00
Kamil Myśliwiec a42149d436
refactor: move @types/node to the dependencies 2018-08-16 20:16:29 +02:00
Kamil Myśliwiec df61800f58
feature: update all dependencies 2018-08-16 20:15:17 +02:00
Kamil Myśliwiec 3ad6bb5602
feature: update all dependencies 2018-08-16 20:09:22 +02:00
Kamil Myśliwiec e677e9b9dd
bugfix: set test environment to node by default 2018-08-16 20:05:59 +02:00
Kamil Myśliwiec 841e57afa4
Merge pull request #49 from rpihlak/fix-using-httpservice-in-e2e-tests
bugfix: fix using HttpService in e2e tests
2018-08-16 20:05:25 +02:00
Riho Pihlak 84b05d83ff Fix using HttpService in e2e tests
HttpService did not work in e2e tests because Jest testEnvironment was
jsdom by default. HttpService threw NetworkError on each request because
axios uses XHR adapter instead of HTTP adapter in this environment.

Now, Jest testEnvironment is node.
2018-07-27 18:39:16 +03:00
Kamil Myśliwiec cc3be2514d script: add debug command 2018-05-13 11:32:10 +02:00
Kamil Myśliwiec b428240559
Merge pull request #33 from nestjs/update/version-5
chore: update to nest v5
2018-05-13 11:13:22 +02:00
Kamil Myśliwiec c1d0c752f9
Merge pull request #42 from yurykozhenov/master
Change rm -rf on prestart:prod to rimraf
2018-05-12 22:56:23 +02:00
Yury Kozhenov 3f7fec8b0b Change rm -rf on prestart:prod to rimraf
Fixes prod build on Windows
2018-05-12 01:12:52 +03:00
Kamil Myśliwiec 006580392f bump: update dependencies versions 2018-04-28 18:14:07 +02:00
Kamil Myśliwiec adeb77eabb bump: update dependencies versions 2018-04-28 18:13:48 +02:00
Kamil Myśliwiec 52e1cc679a bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
Kamil Myśliwiec 7b918538db refactor: remove reflect-metadata direct dependency 2018-04-22 12:42:58 +02:00
Kamil Myśliwiec cd4b5f89b4 feature: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +02:00
Kamil Myśliwiec 711433330e
Merge pull request #35 from bashleigh/patch-1
Corrected spelling mistake
2018-04-20 15:53:09 +02:00
Ashleigh Simonelli fa40031955
Corrected spelling mistake 2018-04-13 19:21:16 +01:00
Kamil Myśliwiec 5717281847 Update README.md 2018-03-28 19:26:22 +02:00
Kamil Myśliwiec 60c05f2b3d Merge remote-tracking branch 'origin' into update/version-5 2018-03-28 19:25:31 +02:00
Kamil Myśliwiec fa3bf90d2c
Update README.md 2018-03-28 13:00:18 +02:00
Kamil Myśliwiec 60fa1f22e3
Update README.md 2018-03-28 12:44:22 +02:00
Kamil Myśliwiec d63eea006b
Update README.md 2018-03-27 13:47:26 +02:00
Kamil Myśliwiec 1e3bc1a779
Update README.md 2018-03-27 12:21:32 +02:00
Kamil Myśliwiec a0b76b0f70 fix: bump versions in package.json 2018-03-26 21:21:41 +02:00
Kamil Myśliwiec 833491eedd fix: remove redundant deprecate dependency 2018-03-26 21:21:00 +02:00
Kamil Myśliwiec f346875387 feature: update to nest v5 2018-03-26 21:19:56 +02:00
Kamil Myśliwiec 4a63be4f10
Update README.md 2018-03-26 20:42:17 +02:00
Kamil Myśliwiec 794c2abdde feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
Kamil Myśliwiec d5a02606d6
Update README.md 2018-03-26 19:38:44 +02:00
Kamil Myśliwiec 3229d43b46
Merge pull request #15 from alsoicode/master
Update Sample Project with Test
2018-03-26 19:35:56 +02:00
Kamil Myśliwiec 027605ffc8
Merge branch 'master' into master 2018-03-26 19:35:02 +02:00
Kamil Myśliwiec d1cdcb3e6e
Merge pull request #24 from xipheCom/master
Add tsconfig-paths
2018-03-26 19:29:20 +02:00
Kamil Myśliwiec 25e0db9f73
Merge branch 'master' into master 2018-03-26 19:29:10 +02:00