🐳 added Docker buildsteps for sw generation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-07 18:27:44 +01:00
parent bc66ebbf0a
commit aaef97dd43
4 changed files with 7 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
"i18n-order": "node order.js",
"dev": "snowpack dev",
"build": "snowpack build",
"build:sw": "workbox generateSW workbox-config.js",
"licenses:export": "license-exporter --md"
},
"dependencies": {
@@ -28,6 +29,7 @@
"postcss-load-config": "^3.0.0",
"snowpack": "3.0.0-rc.2",
"svelte": "^3.31.1",
"svelte-preprocess": "^4.6.1"
"svelte-preprocess": "^4.6.1",
"workbox-cli": "^6.0.2"
}
}