mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-18 00:06:08 +00:00
api: Fix empty JS packages.
NPM uses the .gitignore file, which includes the generated JS code. This caused the v4.8.0 JS packages to be completely empty. Adding an empty .npmignore file resolves the issue as if a .npmignore file is detected, the .gitignore file is ignored.
This commit is contained in:
parent
c3de89a4a4
commit
36bbf8f153
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
!/chirpstack/.rpm
|
||||
!/.cargo
|
||||
!/.env
|
||||
!.npmignore
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
0
api/grpc-web/.npmignore
vendored
Normal file
0
api/grpc-web/.npmignore
vendored
Normal file
0
api/js/.npmignore
vendored
Normal file
0
api/js/.npmignore
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user