Skip to content

Commit 892eca0

Browse files
Fix being able to build the .midiMixerPlugin file (#15)
* fix: gitignore now ignores the correct build directory and .midiMixerPlugin files * fix: Updated midi-mixer-cli/plugin packages and added bundledDependencies to properly pack * fix: remove cached tracked output file
1 parent e9713c9 commit 892eca0

File tree

5 files changed

+8983
-151
lines changed

5 files changed

+8983
-151
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ typings/
103103
.tern-port
104104

105105
# Build output
106-
dist/
106+
lib/
107+
*.midiMixerPlugin

lib/index.js

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)