Skip to content

Commit

Permalink
fix(cookie-policy): use sources instead of build (#7634)
Browse files Browse the repository at this point in the history
ref: MANAGER-9745

Signed-off-by: Cyrille Bourgois <[email protected]>
  • Loading branch information
Cyrille Bourgois authored and cbourgois committed Jul 27, 2022
1 parent 3183aef commit 2af44da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
19 changes: 2 additions & 17 deletions packages/manager/modules/cookie-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,7 @@
"directory": "packages/manager/modules/cookie-policy"
},
"license": "BSD-3-Clause",
"main": "./dist/esm/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -c --environment BUILD:development",
"dev:watch": "yarn run dev --watch",
"prepare": "yarn run build",
"start": "lerna exec --stream --scope='@ovh-ux/manager-cookie-policy' --include-dependencies -- yarn run build",
"start:dev": "lerna exec --stream --scope='@ovh-ux/manager-cookie-policy' --include-dependencies -- yarn run dev",
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-cookie-policy' --include-dependencies -- yarn run dev:watch"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^11.0.0 || ^12.0.0"
},
"main": "./src/index.js",
"peerDependencies": {
"@ovh-ux/manager-config": "^5.0.1",
"@ovh-ux/manager-core": "^11.0.0 || ^12.0.0",
Expand All @@ -44,4 +29,4 @@
"angular-translate": "^2.18.1",
"angular-ui-bootstrap": "1.3.3"
}
}
}
7 changes: 0 additions & 7 deletions packages/manager/modules/cookie-policy/rollup.config.js

This file was deleted.

0 comments on commit 2af44da

Please sign in to comment.