File tree Expand file tree Collapse file tree 4 files changed +1
-40
lines changed Expand file tree Collapse file tree 4 files changed +1
-40
lines changed Original file line number Diff line number Diff line change 33
33
} ;
34
34
</ script >
35
35
< script type ="module " src ="./src/open-scd.js "> </ script >
36
- < script >
37
- if ( 'serviceWorker' in navigator )
38
- navigator . serviceWorker . register ( '/sw.js' ) ;
39
- </ script >
40
36
</ body >
41
37
42
38
</ html >
Original file line number Diff line number Diff line change 65
65
"release:patch" : " standard-version --release-as patch" ,
66
66
"release:major" : " standard-version --release-as major" ,
67
67
"build" : " npm run test && npm run build:notest && cp .nojekyll build/" ,
68
- "build:notest" : " npm run doc && snowpack build && workbox generateSW workbox-config.cjs " ,
68
+ "build:notest" : " npm run doc && snowpack build" ,
69
69
"start" : " snowpack dev"
70
70
},
71
71
"devDependencies" : {
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments