Skip to content

Commit

Permalink
Add build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Martins committed Oct 20, 2020
1 parent bf77170 commit 2f1cf19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?

*.bundled.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:update-snapshots": "karma start karma.conf.cjs --update-snapshots",
"test:prune-snapshots": "karma start karma.conf.cjs --prune-snapshots",
"checksize": "rollup -c ; cat login-button.bundled.js | gzip -9 | wc -c ; rm login-button.bundled.js",
"build": "echo \"This is not a TypeScript project, so no need to build.\""
"build": "rollup -c"
},
"keywords": [
"web-components",
Expand Down

0 comments on commit 2f1cf19

Please sign in to comment.