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.
package.json
start
1 parent ada155a commit fe5d48fCopy full SHA for fe5d48f
package.json
@@ -5,6 +5,7 @@
5
"main": "index.js",
6
"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