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.
start
package.json
.gitlog
.gitignore
2 parents 8bd8ea9 + ffdb8ec commit b5e2ee9Copy full SHA for b5e2ee9
.gitignore
@@ -1,4 +1,6 @@
1
node_modules/
2
3
/out/
4
-/src/urlList.js
+/src/urlList.js
5
+
6
+.gitlog
package.json
@@ -5,6 +5,7 @@
"main": "index.js",
"type": "module",
7
"scripts": {
8
+ "start": "npm run clean && npm run test",
9
"test": "node index.js",
10
"clean": "node clean.js"
11
},
0 commit comments