Skip to content

Commit

Permalink
Generate sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Mar 3, 2023
1 parent f0fd216 commit 190bb73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebay/nice-modal-react",
"version": "1.2.8",
"version": "1.2.9",
"license": "MIT",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -11,8 +11,8 @@
},
"scripts": {
"build": "rm -rf lib && yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"build:esm": "tsc --sourcemap",
"build:cjs": "tsc --module commonjs --outDir lib/cjs --sourcemap",
"dev": "tsc -w",
"codecov": "codecov",
"gendoc": "typedoc",
Expand Down

0 comments on commit 190bb73

Please sign in to comment.