Add serve command to package.json and update package-lock.json

This commit is contained in:
Tim van der Lippe
2018-05-06 15:17:30 +02:00
parent 036e4f66b8
commit eb72d5aabc
3 changed files with 4604 additions and 4669 deletions

9270
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -39,6 +39,7 @@
"scripts": { "scripts": {
"build": "gulp", "build": "gulp",
"test": "npm run lint && polymer test --npm --module-resolution=node", "test": "npm run lint && polymer test --npm --module-resolution=node",
"serve": "polymer serve --npm --module-resolution=node",
"lint": "gulp lint", "lint": "gulp lint",
"update-types": "gulp update-types" "update-types": "gulp update-types"
}, },

View File

@@ -76,4 +76,4 @@ suite('styling-only-template', function () {
}); });
}); });
</script> </script>
</body> </body>