Add build
npm script
Abstract the build process behind `npm run build`. It is a good practice as it makes the transition to another build system easier.
This commit is contained in:
parent
62046eb482
commit
6ba672e8b7
@ -4,6 +4,7 @@
|
||||
"version": "0.2.10",
|
||||
"main": "./source-map-support.js",
|
||||
"scripts": {
|
||||
"build": "node build.js",
|
||||
"test": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user