-
-
Notifications
You must be signed in to change notification settings - Fork 600
Open
Description
I struggled with following the tutorial "A first project", because there is no npm task to build the project after modifying source files. Could be helpful if build/watch tasks were added to package.json with usage instructions:
"scripts": {
"test": "node --napi-modules ./test/test_binding.js",
"build": "...",
"build-watch": "..."
},
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Need Triage