mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-08-19 23:24:05 -05:00
Replace rm -rf with rimraf
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"lint": "npx eslint .",
|
||||
"build": "npm run lint && npm run clean && npx tsc && npx tsc-alias",
|
||||
"clean": "rm -rf ./dist",
|
||||
"clean": "rimraf ./dist",
|
||||
"start": "node .",
|
||||
"test": "ts-node test/test.ts"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user