mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 22:56:49 +09:00
add alias to improve compatibility
This commit is contained in:
parent
65740da979
commit
ac7f04e669
@ -29,7 +29,8 @@
|
|||||||
"test": "npm run mocha",
|
"test": "npm run mocha",
|
||||||
"format": "gulp format",
|
"format": "gulp format",
|
||||||
"clean": "node ./scripts/clean.js",
|
"clean": "node ./scripts/clean.js",
|
||||||
"clean-all": "node ./scripts/clean-all.js"
|
"clean-all": "node ./scripts/clean-all.js",
|
||||||
|
"cleanall": "npm run clean-all"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/gulp": "4.0.9",
|
"@types/gulp": "4.0.9",
|
||||||
|
Loading…
Reference in New Issue
Block a user