We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce903a commit d6db4ffCopy full SHA for d6db4ff
.circleci/config.yml
@@ -1,6 +1,6 @@
1
version: 2.1
2
orbs:
3
- node: circleci/node:lts
+ node: circleci/node@1.1.6
4
jobs:
5
build-and-test:
6
executor:
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- run: npm install
13
- run: npm run lint
14
- - run: npm run test
+ - run: npm test -- -u
15
workflows:
16
17
dev.env renamed to env/dev.env
env/prod.env
@@ -0,0 +1,3 @@
+PORT=3000
+API_URL=https://hn.algolia.com/
+HOST_URL=http://localhost:3000
0 commit comments