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 30
30
"test:unit" : " teenytest" ,
31
31
"test:ci" : " yarn run clean && yarn run compile && yarn run style && yarn run test:all && yarn run clean:dist && echo \" All done!\" " ,
32
32
"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" ,
37
37
"test:example" : " yarn run test:example:node && yarn run test:example:lineman && yarn run test:example:webpack && yarn run test:example:babel" ,
38
38
"version:write" : " echo \" export default '$npm_package_version'\" > src/version.js" ,
39
39
"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