Browse Source

Pin to a specific older version of snowpack until we can upgrade

pull/629/head
Gabe Kangas 4 years ago
parent
commit
191613949c
  1. 2
      build/javascript/package.json

2
build/javascript/package.json

@ -38,7 +38,7 @@
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && npx snowpack install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js" "build": "npm install && npx snowpack@2.18.4 install && cp node_modules/video.js/dist/video-js.min.css web_modules/videojs && cp -R web_modules ../../webroot/js"
}, },
"author": "Owncast", "author": "Owncast",
"license": "ISC" "license": "ISC"

Loading…
Cancel
Save