Add node_modules on master with up-to-date deps

GitHub Actions tutorials suggest that you should not commit Node.js crap
onto your master branch, but it's not like this action has a lot of
dependencies, and not being able to test "ilammy/msvc-dev-cmd@master" is
so annoying... Therefore, do

    npm install --only production

and commit the results.
This commit is contained in:
Alexei Lozovsky
2020-12-11 20:05:07 +09:00
parent 3c1ec87255
commit ccb28adcc4
15 changed files with 739 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export declare function issueCommand(command: string, message: any): void;