Skip to content

Commit 5a29c24

Browse files
committed
Assume serviceworker
1 parent be215d9 commit 5a29c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test": "npm run build",
2626
"build": "polymer build",
2727
"prepublish": "npm run build",
28-
"publish": "gh-pages --dist ./build/modern"
28+
"publish": "gh-pages --dist ./build/fallback"
2929
},
3030
"slack": "https://hiherto-components.slack.com/",
3131
"devDependencies": {

packages/test-app/polymer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"minify": true
4545
},
4646
"bundle": false,
47-
"addServiceWorker": false
47+
"addServiceWorker": true
4848
}
4949
]
5050
}

0 commit comments

Comments
 (0)