b699619756
# Introduction Verifies whole following flow: - Create and sdk app build and publication - Global create-twenty-app installation - Creating an app - installing app dependencies - auth:login - app:build - function:execute - Running successfully auto-generated integration tests ## Create twenty app options refactor Allow having a flow that do not require any prompt
20 lines
370 B
YAML
20 lines
370 B
YAML
storage: /tmp/verdaccio-storage
|
|
auth:
|
|
htpasswd:
|
|
file: /tmp/verdaccio-htpasswd
|
|
max_users: 100
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
packages:
|
|
'twenty-sdk':
|
|
access: $all
|
|
publish: $all
|
|
'create-twenty-app':
|
|
access: $all
|
|
publish: $all
|
|
'**':
|
|
access: $all
|
|
proxy: npmjs
|
|
log: { type: stdout, format: pretty, level: warn }
|