Merge branch 'prepare-script' into 'master'

Add prepare script

See merge request framasoft/peertube/peertube-plugin-quickstart!3
master
Chocobozzz 5 years ago
commit 6ff109e315
  1. 1
      package.json

@ -30,6 +30,7 @@
], ],
"library": "./main.js", "library": "./main.js",
"scripts": { "scripts": {
"prepare": "npm run build",
"build": "webpack --mode=production" "build": "webpack --mode=production"
}, },
"staticDirs": { "staticDirs": {

Loading…
Cancel
Save