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 5f73f2b commit 9113327Copy full SHA for 9113327
.gitignore
@@ -0,0 +1,21 @@
1
+# See https://help.github.com/ignore-files/ for more about ignoring files.
2
+
3
+# dependencies
4
+/node_modules
5
6
+# testing
7
+/coverage
8
9
+# production
10
+/build
11
12
+# misc
13
+.DS_Store
14
+.env.local
15
+.env.development.local
16
+.env.test.local
17
+.env.production.local
18
19
+npm-debug.log*
20
+yarn-debug.log*
21
+yarn-error.log*
package.json
@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "tsc && node dist/app.js",
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\""
},
"author": "",
"license": "ISC",
0 commit comments