Skip to content

Commit

Permalink
Add cypress 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 24, 2022
1 parent 10052a0 commit 245be3e
Show file tree
Hide file tree
Showing 2 changed files with 2,869 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,7 @@
"url": "git@github.com:rohberg/volto-searchkit-block.git"
},
"scripts": {
"release": "release-it",
"bootstrap": "node bootstrap",
"stylelint": "../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'",
"stylelint:overrides": "../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'",
"stylelint:fix": "yarn stylelint --fix && yarn stylelint:overrides --fix",
"prettier": "../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'",
"prettier:fix": "../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'",
"lint": "../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'",
"lint:fix": "../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'",
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
"version": "auto-changelog -p && git add CHANGELOG.md"
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon"
},
"addons": [
"@eeacms/volto-matomo"
Expand All @@ -39,6 +29,7 @@
},
"devDependencies": {
"@eeacms/volto-matomo": "*",
"@semantic-ui-react/css-patch": "1.0.0"
"@semantic-ui-react/css-patch": "1.0.0",
"cypress": "^10.10.0"
}
}
Loading

0 comments on commit 245be3e

Please sign in to comment.