File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 31
31
"transpile" : " microbundle src/index.js -f es,umd --target web --external preact" ,
32
32
"transpile:jsx" : " microbundle src/jsx.js -o dist/jsx.js --target web --external preact && microbundle dist/jsx.js -o dist/jsx.js -f cjs --external preact" ,
33
33
"copy-typescript-definition" : " copyfiles -f src/*.d.ts dist" ,
34
- "test" : " eslint src test && tsc && npm run test:mocha && npm run test:mocha:compat && npm run bench" ,
35
- "test:mocha" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/**/[!compat]*.test.js" ,
34
+ "test" : " eslint src test && tsc && npm run test:mocha && npm run test:mocha:compat && npm run test:mocha:debug && npm run bench" ,
35
+ "test:mocha" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/**/[!compat][!debug] *.test.js" ,
36
36
"test:mocha:compat" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/compat.test.js 'test/compat-*.test.js'" ,
37
+ "test:mocha:debug" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/debug.test.js 'test/debug-*.test.js'" ,
37
38
"format" : " prettier src/**/*.{d.ts,js} test/**/*.js --write" ,
38
39
"prepublishOnly" : " npm run build" ,
39
40
"release" : " npm run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
You can’t perform that action at this time.
0 commit comments