We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1d902 commit 80d48ceCopy full SHA for 80d48ce
package.json
@@ -24,7 +24,7 @@
24
"test:docker": "npm run test:sqlite && npm run test:mysql && npm run test:mysql_legacy && npm run test:pg && npm run test:mssql",
25
"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",
26
"lint": "eslint . --ext=.ts",
27
- "clean": "del build",
+ "clean": "del-cli build",
28
"compile": "npm run lint && npm run clean && tsc && npm run copyfiles",
29
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
30
"build": "npm run compile",
0 commit comments