Skip to content

Commit

Permalink
Merge pull request lit#9 from pmcelhaney/clarify-npm-run-build-on-guide
Browse files Browse the repository at this point in the history
add npm run build (noop with a helpful message)
  • Loading branch information
Arthur Evans authored Oct 7, 2020
2 parents a846156 + d67b64a commit 9328167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"test:watch": "karma start karma.conf.cjs --auto-watch=true --single-run=false",
"test:update-snapshots": "karma start karma.conf.cjs --update-snapshots",
"test:prune-snapshots": "karma start karma.conf.cjs --prune-snapshots",
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js"
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js",
"build": "echo \"This is not a TypeScript project, so no need to build.\""
},
"keywords": [
"web-components",
Expand Down

0 comments on commit 9328167

Please sign in to comment.