Skip to content

Commit

Permalink
chore: updated build task and distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Apr 13, 2021
1 parent 07de87c commit 2c6e43f
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 5 deletions.
165 changes: 161 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"scripts": {
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"build": "tsc && ncc build out/main.js -o dist",
"build": "tsc && ncc build -o dist",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
Expand Down

0 comments on commit 2c6e43f

Please sign in to comment.