We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b52aa2 commit 74ab036Copy full SHA for 74ab036
Makefile
@@ -15,7 +15,8 @@ build:
15
# - A CommonJS build in lib/
16
# - An ES6 modules build in es/
17
# - UMD development and production builds in umd/
18
- nwb build-web-module
+ # ALso, copy index.d.ts to ./lib folder.
19
+ nwb build-web-module && cp -R src/types ./lib
20
21
authors:
22
# Generate a file of all contributors based on git log
0 commit comments