Skip to content

Commit a379c08

Browse files
committed
Drop sourcemap references.
1 parent eb39a58 commit a379c08

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

action/dist/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
1+
/******/ (() => { // webpackBootstrap
22
/******/ var __webpack_modules__ = ({
33

44
/***/ 8063:
@@ -28272,5 +28272,4 @@ module.exports = parseParams
2827228272
/******/ module.exports = __webpack_exports__;
2827328273
/******/
2827428274
/******/ })()
28275-
;
28276-
//# sourceMappingURL=index.js.map
28275+
;

action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"main": "dist/action.js",
77
"scripts": {
8-
"build": "tsc && ncc build dist/action.js -o dist --source-map --license licenses.txt",
9-
"build:dev": "tsc",
8+
"build": "tsc && ncc build dist/action.js -o dist --license licenses.txt",
9+
"build:dev": "tsc && ncc build dist/action.js -o dist --source-map --license licenses.txt",
1010
"clean": "rm -rf dist/*",
1111
"test": "jest",
1212
"lint": "eslint src/**/*.ts"

0 commit comments

Comments
 (0)