We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bb078 commit 2f4c01dCopy full SHA for 2f4c01d
package.json
@@ -34,7 +34,7 @@
34
"build:dev": "webpack",
35
"test": "jest && npm run build:prod && cross-env MAIN=dist/package/production jest",
36
"test:dev": "npm run build:dev && jest",
37
- "test:debug": "cross-env DEBUG=$(basename $PWD) node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
+ "test:debug": "cross-env DEBUG=\"$(basename $PWD),$(basename $PWD):*\" node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
38
"release": "npm run clean && npm test && cross-env git tag v$npm_package_version && git push --tags && cross-env opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
39
}
40
0 commit comments