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:
script:
- echo "starting build"
- npm run test-jest
- npm run release
- git add .
- git push --tags
- docker-compose build --force-rm
......@@ -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",
......
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