-
- Downloads
WIP watching subdirectoires
parent
b4e7eebe
Branches 24-dependencies-build-nested-watch
No related tags found
... | ... | @@ -4,10 +4,20 @@ |
"description": "", | ||
"private": true, | ||
"scripts": { | ||
"preinstall": "./build_deps.sh install", | ||
"prebuild": "./build_deps.sh build", | ||
"build": "webpack --config webpack.config.js", | ||
"serve": "npm install && webpack serve --config webpack.config.js" | ||
"preserve": "./build_deps.sh watch", | ||
"serve": "webpack serve --config webpack.config.js" | ||
}, | ||
"subscripts": { | ||
"annotations-plugin": { | ||
"install": "npm install", | ||
"build": "npm run build" | ||
}, | ||
"mirador-video-annotation": { | ||
"install": "npm install", | ||
"build": "npm run build:es" | ||
} | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please register or sign in to comment