Skip to content

Commit c42bad4

Browse files
🤖 chore(package.json): Add debug script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/b6b4f0332a3361f6005cf1c244b958f3cbcd1d1b/src/transforms/package.json:scripts-add-debug.js Please contact the author of the transform if you believe there was an error.
1 parent d3199a5 commit c42bad4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"build-gh-pages": "npm run build-docs",
4343
"commit-msg": "commitlint --edit",
4444
"cover": "c8 --all --src src --reporter=lcov npm test",
45+
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
4546
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
4647
"install-hooks": "husky install",
4748
"lint": "true",
@@ -56,7 +57,7 @@
5657
"travis": "npm run lint && npm run cover"
5758
},
5859
"dependencies": {
59-
"@aureooms/js-error": "^5.0.0"
60+
"@aureooms/js-error": "^5.0.1"
6061
},
6162
"devDependencies": {
6263
"@aureooms/js-itertools": "4.1.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
1515
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==
1616

17-
"@aureooms/js-error@^5.0.0":
17+
"@aureooms/js-error@^5.0.1":
1818
version "5.0.1"
1919
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.1.tgz#474e2f1dd7189f97df770b5cc6f1bda536de262d"
2020
integrity sha512-BbbpKpp4W8L2x9vL4bas+JtuAe4PMojzTpf21puHPw5p3S+lgKd8SfS9y40pVHi/b3SrQrdpmsaEKjL4xviilQ==

0 commit comments

Comments
 (0)