🐳 added Docker buildsteps for sw generation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user