mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-11 16:58:14 +00:00
Tooling: Add npm start script for development mode
Run webpack in watch mode for development. Scripts are documented in a followup commit in the README. Change-Id: Id1e2f8b8578169eee53a5e4f8c468d5426d4c2ea
This commit is contained in:
parent
0041b5bc1e
commit
45046da7f1
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "webpack -w",
|
||||
"build": "webpack",
|
||||
"test": "grunt lint",
|
||||
"doc": "jsduck"
|
||||
|
|
Loading…
Reference in a new issue