File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 node-version : [16.x]
99 python-version : [3.9]
1010 env :
11- NAMESPACE : ' '
11+ NAMESPACE : ' @plone-collective '
1212 GIT_NAME : volto-authomatic
1313 GIT_USER : ' collective'
1414 GIT_BRANCH : ${GITHUB_REF##*/}
Original file line number Diff line number Diff line change 88 node-version : [16.x]
99 python-version : [3.9]
1010 env :
11- NAMESPACE : ' '
11+ NAMESPACE : ' @plone-collective '
1212 GIT_NAME : volto-authomatic
1313 GIT_USER : ' collective'
1414 GIT_BRANCH : ${GITHUB_REF##*/}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DIR=$(shell basename $$(pwd))
1616GIT_USER ='collective'
1717GIT_NAME ='volto-authomatic'
1818GIT_BRANCH ='main'
19- ADDON ?= "volto-authomatic"
19+ ADDON ?= "@plone-collective/ volto-authomatic"
2020
2121# Recipe snippets for reuse
2222
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module.exports = {
99 '@plone/volto/babel' : '<rootDir>/node_modules/@plone/volto/babel' ,
1010 '@plone/volto/(.*)$' : '<rootDir>/node_modules/@plone/volto/src/$1' ,
1111 '@package/(.*)$' : '<rootDir>/src/$1' ,
12- 'volto-authomatic /(.*)$' : '<rootDir>/src/addons/volto-authomatic /src/$1' ,
12+ '@root /(.*)$' : '<rootDir>/src/$1' ,
1313 '~/(.*)$' : '<rootDir>/src/$1' ,
1414 'load-volto-addons' :
1515 '<rootDir>/node_modules/@plone/volto/jest-addons-loader.js' ,
Original file line number Diff line number Diff line change 11{
2- "name" : " volto-authomatic" ,
2+ "name" : " @plone-collective/ volto-authomatic" ,
33 "version" : " 1.1.0" ,
44 "description" : " Login authentication using pas.plugins.authomatic" ,
55 "author" : " Érico Andrei" ,
You can’t perform that action at this time.
0 commit comments