Skip to content

Commit

Permalink
feat: keep source maps for local debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 12, 2023
1 parent c941b15 commit ddaf896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
"lint": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"pretest": "npm run compile",
"pretest": "npm run compile -- --sourceMap",

This comment has been minimized.

Copy link
@aeitzman

aeitzman Oct 12, 2023

Contributor

what is the extra "--" doing here?

"docs": "compodoc src/",
"samples-setup": "cd samples/ && npm link ../ && npm run setup && cd ../",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test --timeout 60000",
"presystem-test": "npm run compile",
"presystem-test": "npm run compile --sourceMap",
"webpack": "webpack",
"browser-test": "karma start",
"docs-test": "linkinator docs",
Expand Down

0 comments on commit ddaf896

Please sign in to comment.