File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 "test:unit" : " teenytest" ,
3131 "test:ci" : " yarn run clean && yarn run compile && yarn run style && yarn run test:all && yarn run clean:dist && echo \" All done!\" " ,
3232 "test:typescript" : " tsc --outDir generated/typescript -p regression/typescript && node generated/typescript/test.js" ,
33- "test:example:webpack" : " cd examples/webpack && yarn install && yarn test && cd ../.. " ,
34- "test:example:node" : " cd examples/node && yarn install && yarn test && cd ../.. " ,
35- "test:example:lineman" : " cd examples/lineman && yarn install && yarn test && cd ../.. " ,
36- "test:example:babel" : " cd examples/babel && yarn install && yarn test && cd ../.. " ,
33+ "test:example:webpack" : " cd examples/webpack && yarn install && yarn test" ,
34+ "test:example:node" : " cd examples/node && yarn install && yarn test" ,
35+ "test:example:lineman" : " cd examples/lineman && yarn install && yarn test" ,
36+ "test:example:babel" : " cd examples/babel && yarn install && yarn test" ,
3737 "test:example" : " yarn run test:example:node && yarn run test:example:lineman && yarn run test:example:webpack && yarn run test:example:babel" ,
3838 "version:write" : " echo \" export default '$npm_package_version'\" > src/version.js" ,
3939 "version:changelog" : " if command -v github_changelog_generator &>/dev/null; then github_changelog_generator; git commit -m \" Changelog for $npm_package_version\" CHANGELOG.md; else echo Versioning requires you first run 'gem install github_changelog_generator' >&2; fi" ,
You can’t perform that action at this time.
0 commit comments