Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: include a source map in the packaged dist #32

Merged
merged 11 commits into from
Oct 1, 2024
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"lint": "eslint .",
"build": "ncc build src/index.js -o dist --license licenses.txt",
"build": "ncc build src/index.js -o dist --license licenses.txt --source-map",
"local": "act public --eventpath .github/workflows/local/event.json --secret-file .github/workflows/local/.env --platform ubuntu-latest=node:20-buster",
"test:mocha": "mocha --config .mocharc.json test/*-test.js test/**/*-test.js",
"test": "npm run lint && c8 npm run test:mocha"
Expand Down
Loading