Skip to content

Commit

Permalink
Added development build to include source maps.
Browse files Browse the repository at this point in the history
  • Loading branch information
KDean-Dolphin committed Sep 27, 2024
1 parent df151e0 commit f1abd50
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .idea/runConfigurations/build_dev.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
},
"scripts": {
"eslint": "eslint .",
"build": "tsup src/index.ts --format cjs,esm --dts",
"build": "tsup src/index.ts --clean --format cjs,esm --dts",
"build-dev": "npm run build && tsc src/index.ts --outDir dist --target esnext --moduleResolution nodenext --module nodenext --emitDeclarationOnly --declaration --declarationMap",
"test": "vitest run"
},
"devDependencies": {
Expand Down

0 comments on commit f1abd50

Please sign in to comment.