feat(test gitlabci): test test-jest standard-version docker-compose
Showing
| ... | ... | @@ -9,7 +9,8 @@ |
| "test-jest": "jest", | ||
| "test-jest-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand", | ||
| "visualize": "meteor --production --extra-packages bundle-visualizer", | ||
| "build": "npm version --allow-same-version from-git || meteor run --inspect --settings settings.json" | ||
| "build": "npm version --allow-same-version from-git || meteor run --inspect --settings settings.json", | ||
| "release": "standard-version" | ||
| }, | ||
| "dependencies": { | ||
| "@babel/plugin-transform-runtime": "^7.5.5", | ||
| ... | ... | @@ -102,4 +103,4 @@ |
| "!**/__mock__/**" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment