Skip to content

Commit

Permalink
Merge pull request #38 from eea/develop
Browse files Browse the repository at this point in the history
Added release-it enhancement.
  • Loading branch information
nileshgulia1 authored Sep 20, 2021
2 parents de3064c + 50a170c commit 152b718
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,17 @@
"omelette": "ln -sf node_modules/@plone/volto/ omelette",
"patches": "/bin/bash patches/patchit.sh > /dev/null 2>&1 ||true",
"build": "razzle build",
"test": "razzle test --env=jsdom --passWithNoTests",
"start:prod": "NODE_ENV=production node build/server.js",
"i18n": "NODE_ENV=production node node_modules/@plone/volto/src/i18n.js",
"develop": "missdev --config=jsconfig.json --output=addons"
"develop:npx": "npx -p mrs-developer missdev --config=jsconfig.json --output=develop",
"develop": "missdev --config=jsconfig.json --output=develop",
"update": "./scripts/update.sh",
"test": "./node_modules/jest/bin/jest.js --env=jsdom --passWithNoTests src/addons --verbose",
"cypress:run": "./node_modules/cypress/bin/cypress run",
"cypress:open": "./node_modules/cypress/bin/cypress open",
"release": "release-it",
"release-major-beta": "release-it major --preRelease=beta",
"release-beta": "release-it --preRelease=beta"
},
"jest": {
"modulePathIgnorePatterns": [
Expand Down

0 comments on commit 152b718

Please sign in to comment.