File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 "transpile" : " microbundle src/index.js -f es,umd --target web --external preact" ,
3232 "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" ,
3333 "copy-typescript-definition" : " copyfiles -f src/*.d.ts dist" ,
34- "test" : " eslint src test && tsc && npm run test:mocha && npm run bench" ,
35- "test:mocha" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/**/[!compat]*.test.js && npm run test:mocha:compat " ,
36- "test:mocha:compat" : " 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 bench" ,
35+ "test:mocha" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/**/[!compat]*.test.js" ,
36+ "test:mocha:compat" : " BABEL_ENV=test mocha -r @babel/register -r test/setup.js test/compat.test.js 'test/compat-*.test.js' " ,
3737 "format" : " prettier src/**/*.{d.ts,js} test/**/*.js --write" ,
3838 "prepublishOnly" : " npm run build" ,
3939 "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