Skip to content

Commit 70a011c

Browse files
committed
Fix cleanup script on package json
1 parent eb04332 commit 70a011c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"private": false,
2020
"scripts": {
2121
"start": "node src/index.js",
22-
"cleanup": "node test/cleanup.js a-demo-project",
23-
"test": "node src/index.js ../a-demo-project"
22+
"cleanup": "node test/cleanup.js",
2423
},
2524
"engines": {
2625
"node": ">=10.0.0"

0 commit comments

Comments
 (0)