Skip to content

Commit b5e2ee9

Browse files
authored
Added start script to package.json and .gitlog to .gitignore (#2)
Added `start` script to `package.json` and `.gitlog` to `.gitignore`
2 parents 8bd8ea9 + ffdb8ec commit b5e2ee9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules/
22

33
/out/
4-
/src/urlList.js
4+
/src/urlList.js
5+
6+
.gitlog

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8+
"start": "npm run clean && npm run test",
89
"test": "node index.js",
910
"clean": "node clean.js"
1011
},

0 commit comments

Comments
 (0)