Remove "node_modules" (#57)

It's needed only on the release branch. No need to pollute development
branches with that. CI is able to "npm install" it back.
This commit is contained in:
Oleksii Lozovskyi
2022-08-29 13:50:25 +03:00
committed by GitHub
parent fe44a129df
commit f6f64f2dd6
119 changed files with 0 additions and 7117 deletions
-1
View File
@@ -1 +0,0 @@
export declare function issueCommand(command: string, message: any): void;