Browse Source

@joystream/types: keep src/ in published npm packages, it gets built on install

Mokhtar Naamani 4 years ago
parent
commit
639a9475cb
1 changed files with 3 additions and 3 deletions
  1. 3 3
      types/.npmignore

+ 3 - 3
types/.npmignore

@@ -1,6 +1,6 @@
-# No need to include src in published package
-src/
+# keep src/ files, packages is compiled when installed
+# src/
 
 # old build artifacts
 lib/
-build/
+build/