Skip to content

Commit eb8e07e

Browse files
authored
refactor: package name update (#3)
* refactor: renamed schematics package * refactor: renamed schematics package * refactor: renamed schematics package * refactor: updated schematics package name in script
1 parent d21bf8a commit eb8e07e

File tree

201 files changed

+51
-42
lines changed

Some content is hidden

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

201 files changed

+51
-42
lines changed

.changeset/smart-buses-rescue.md

Lines changed: 5 additions & 0 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "turbo run test",
1818
"test:watch": "turbo run test:watch",
1919
"examples": "turbo run build --filter=@field123/epcc-schematics-cli... && yarn run scaffold:local:simple",
20-
"scaffold:local:simple": "mkdir -p examples && cd ./examples && rimraf ./* && node ../packages/epcc-schematics-cli/dist/bin/schematics.js ../packages/schematics/dist:ep-new --dry-run=false --skip-install=true --skip-git=true --interactive=false --epcc-client-id=abc123 --epcc-client-secret=def456 --epcc-endpoint-url=api.moltin.com basic"
20+
"scaffold:local:simple": "mkdir -p examples && cd ./examples && rimraf ./* && node ../packages/epcc-schematics-cli/dist/bin/schematics.js ../packages/d2c-schematics/dist:ep-new --dry-run=false --skip-install=true --skip-git=true --interactive=false --epcc-client-id=abc123 --epcc-client-secret=def456 --epcc-endpoint-url=api.moltin.com basic"
2121
},
2222
"devDependencies": {
2323
"@changesets/cli": "^2.24.1",

packages/schematics/CHANGELOG.md renamed to packages/d2c-schematics/CHANGELOG.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)