Skip to content

Commit

Permalink
fix: build script to produce dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Oct 19, 2020
1 parent e0e9f84 commit bd5f541
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 157 deletions.
116 changes: 0 additions & 116 deletions lib/index.js

This file was deleted.

39 changes: 0 additions & 39 deletions lib/reporter.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"homepage": "https://github.com/gozala/typescript-error-reporter-action#readme",
"scripts": {
"build": "tsc",
"build": "npx @vercel/ncc build src/index.ts",
"watch": "tsc -w",
"clean": "rm -rf lib",
"clean": "rm -rf lib && rm -rf dist",
"test:type": "tsc --noEmit --incremental false"
},
"devDependencies": {
Expand Down

0 comments on commit bd5f541

Please sign in to comment.