Skip to content

Commit 64969d9

Browse files
authored
chore: deprecate @scaleway/countries (#1053)
* chore: depreacte @scaleway/countries * fix: correct script
1 parent 649a855 commit 64969d9

File tree

207 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"scripts": {
5353
"lint": "eslint --ext js,ts,tsx --cache .",
5454
"lint:fix": "pnpm run lint --fix",
55-
"build": "pnpm recursive --filter='!@scaleway/countries' --filter='!@scaleway/eslint-config-react' exec -- rollup -c ../../rollup.config.mjs",
55+
"build": "pnpm recursive --filter='!@scaleway/eslint-config-react' exec -- rollup -c ../../rollup.config.mjs",
5656
"build:profile": "cross-env PROFILE=true pnpm run build",
5757
"commit": "npx git-cz -a",
5858
"format": "prettier --write '**/*.{ts,tsx,js,json,md,mdx}'",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/countries/package.json renamed to packages_deprecated/countries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/scaleway/scaleway-lib",
13-
"directory": "packages/countries"
13+
"directory": "packages_deprecated/countries"
1414
},
1515
"scripts": {
1616
"generate": "poetry install && poetry run python generate.py"
File renamed without changes.

0 commit comments

Comments
 (0)