Skip to content

Commit

Permalink
Merge pull request #17 from Okabe-Junya/junya/hotfix/runtime-error
Browse files Browse the repository at this point in the history
hotfix: build script
  • Loading branch information
Okabe-Junya authored Sep 24, 2023
2 parents 2d5e525 + 53900fe commit 5a95e40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 7351:
Expand Down Expand Up @@ -9947,5 +9947,4 @@ run();

module.exports = __webpack_exports__;
/******/ })()
;
//# sourceMappingURL=index.js.map
;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript-eslint": "^0.0.1-alpha.0"
},
"scripts": {
"build": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
"build": "ncc build src/index.ts -o dist --license licenses.txt",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "jest",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"dist",
"lib",
"build"
]
],
"moduleResolution": "node",
}

0 comments on commit 5a95e40

Please sign in to comment.