Skip to content

Commit

Permalink
Addons are now "independent" packages as this folder will contain all…
Browse files Browse the repository at this point in the history
… packages published independently of the core.
  • Loading branch information
Pavel910 committed Feb 2, 2019
1 parent e3083e4 commit 98e94f2
Show file tree
Hide file tree
Showing 187 changed files with 30 additions and 300 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ examples
**/flow-typed
**/__tests__
idea.js
scripts
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
parser: "babel-eslint",
extends: ["eslint:recommended", "plugin:jest/recommended", "plugin:react/recommended"],
plugins: ["flowtype", "jest", "webiny"],
plugins: ["flowtype", "jest"],
env: {
jest: true,
commonjs: true,
Expand All @@ -14,8 +14,7 @@ module.exports = {
},
rules: {
"flowtype/define-flow-type": 1,
"flowtype/use-flow-type": 1,
"webiny/flow-required": 2
"flowtype/use-flow-type": 1
},
settings: {
flowtype: {
Expand Down
8 changes: 4 additions & 4 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ module.name_mapper='^webiny-sql-table-sync/?\(.*\)$' -> '<PROJECT_ROOT>/packages
module.name_mapper='^webiny-sql-table/?\(.*\)$' -> '<PROJECT_ROOT>/packages/webiny-sql-table/src/\1'
module.name_mapper='^webiny-storybook-utils/?\(.*\)$' -> '<PROJECT_ROOT>/packages/webiny-storybook-utils/src/\1'
module.name_mapper='^webiny-validation/?\(.*\)$' -> '<PROJECT_ROOT>/packages/webiny-validation/src/\1'
module.name_mapper='^webiny-integration-cookie-policy/?\(.*\)$' -> '<PROJECT_ROOT>/addons/webiny-integration-cookie-policy/src/\1'
module.name_mapper='^webiny-integration-google-tag-manager/?\(.*\)$' -> '<PROJECT_ROOT>/addons/webiny-integration-google-tag-manager/src/\1'
module.name_mapper='^webiny-integration-mailchimp/?\(.*\)$' -> '<PROJECT_ROOT>/addons/webiny-integration-mailchimp/src/\1'
module.name_mapper='^webiny-integration-typeform/?\(.*\)$' -> '<PROJECT_ROOT>/addons/webiny-integration-typeform/src/\1'
module.name_mapper='^webiny-integration-cookie-policy/?\(.*\)$' -> '<PROJECT_ROOT>/independent/webiny-integration-cookie-policy/src/\1'
module.name_mapper='^webiny-integration-google-tag-manager/?\(.*\)$' -> '<PROJECT_ROOT>/independent/webiny-integration-google-tag-manager/src/\1'
module.name_mapper='^webiny-integration-mailchimp/?\(.*\)$' -> '<PROJECT_ROOT>/independent/webiny-integration-mailchimp/src/\1'
module.name_mapper='^webiny-integration-typeform/?\(.*\)$' -> '<PROJECT_ROOT>/independent/webiny-integration-typeform/src/\1'

[strict]

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
script: yarn build && yarn test:build
- stage: release-core
if: branch = "master" AND type = "push"
script: yarn build && yarn release && yarn release-addons
script: yarn build && yarn release && yarn release-independent
notifications:
slack:
on_success: change
Expand Down
1 change: 0 additions & 1 deletion cypress.json

This file was deleted.

42 changes: 0 additions & 42 deletions documentation/packages.md

This file was deleted.

27 changes: 0 additions & 27 deletions documentation/packages_var1.md

This file was deleted.

Loading

0 comments on commit 98e94f2

Please sign in to comment.