Skip to content

Commit

Permalink
Add sourcemap to josm_plugin_dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Mar 12, 2024
1 parent 54e3573 commit 7b67361
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions actions/josm_plugin_dependencies/dist/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******/ (() => { // webpackBootstrap
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ 6930:
Expand Down Expand Up @@ -105181,4 +105181,5 @@ run().catch((err) => {

module.exports = __webpack_exports__;
/******/ })()
;
;
//# sourceMappingURL=index.js.map
1 change: 1 addition & 0 deletions actions/josm_plugin_dependencies/dist/index.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions actions/josm_plugin_dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/action.ts",
"scripts": {
"lint": "eslint src",
"prepare": "ncc build src/action.ts --license licenses.txt",
"prepare": "ncc build --source-map src/action.ts --license licenses.txt",
"test": "jest",
"all": "npm run lint && npm run prepare && npm run test"
},
Expand All @@ -26,7 +26,6 @@
"eslint": "^8.57.0",
"jest": "^29.7.0",
"mock-fs": "^5.2.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
}
}

0 comments on commit 7b67361

Please sign in to comment.