This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3fd0154695
budibase
/
packages
/
backend-core
/
.npmignore
2 lines
7 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix empty dist folder in npm pacakge (#9125) Use a .npmignore file instead of the files property of package.json A bug in lerna seems to use the generated dist/package.json instead of the root file when determining files to add, resulting in an empty directory. Related: https://stackoverflow.com/questions/54912262/lerna-publish-and-npm-pack-failing-to-package-all-the-files-in-dist-folder
2022-12-20 11:56:33 +01:00
*
Update .npmignore path to include all subdirectories of dist (#9129) The dist/* pattern was including only the first level of files inside the dist folder. Update to no longer wildcard to include all the folder contents
2022-12-20 13:29:36 +01:00
!dist