Skip to content

Commit 80d48ce

Browse files
committedJan 20, 2022
fix: use del-cli instead of del
See : adonisjs/mrm-preset#25
1 parent 8f1d902 commit 80d48ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:docker": "npm run test:sqlite && npm run test:mysql && npm run test:mysql_legacy && npm run test:pg && npm run test:mssql",
2525
"test": "docker-compose -f docker-compose.yml -f docker-compose-test.yml build && docker-compose -f docker-compose.yml -f docker-compose-test.yml run --rm test",
2626
"lint": "eslint . --ext=.ts",
27-
"clean": "del build",
27+
"clean": "del-cli build",
2828
"compile": "npm run lint && npm run clean && tsc && npm run copyfiles",
2929
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
3030
"build": "npm run compile",

0 commit comments

Comments
 (0)