Commit 2c91f1d9 authored by Reza Sahebgharan's avatar Reza Sahebgharan

feat(test gitlabci): test test-jest standard-version docker-compose

parent a7618811
...@@ -8,4 +8,7 @@ build: ...@@ -8,4 +8,7 @@ build:
script: script:
- echo "starting build" - echo "starting build"
- npm run test-jest - npm run test-jest
- npm run release
- git add .
- git push --tags
- docker-compose build --force-rm - docker-compose build --force-rm
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"test-jest": "jest", "test-jest": "jest",
"test-jest-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand", "test-jest-debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand",
"visualize": "meteor --production --extra-packages bundle-visualizer", "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": { "dependencies": {
"@babel/plugin-transform-runtime": "^7.5.5", "@babel/plugin-transform-runtime": "^7.5.5",
...@@ -102,4 +103,4 @@ ...@@ -102,4 +103,4 @@
"!**/__mock__/**" "!**/__mock__/**"
] ]
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment