mapbox / node-cpp-skel

Skeleton for bindings to C++ libraries for Node.js using node-addon-api
Creative Commons Zero v1.0 Universal
72 stars 10 forks source link

Add make testpack #113

Open GretaCB opened 6 years ago

GretaCB commented 6 years ago

Per convo with @flippmoke, I learned about make testpack which is used in node-mapnik to ensure the final package looks good to officially publish and to avoid dependency issues later in the chain.

Would be great for skel to have a workflow in place for ensuring the final package contains everything we'd expect, for example node_modules/node-pre-gyp/

cc @springmeyer @millzpaugh @mapsam