Skip to content

Commit c59dc95

Browse files
committed
Overhaul test-packages setup
1 parent 13e6de7 commit c59dc95

File tree

281 files changed

+10593
-6347
lines changed

Some content is hidden

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

281 files changed

+10593
-6347
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"private": true,
33
"workspaces": [
4+
"packages/ember-css-modules",
45
"packages/ember-local-class",
56
"packages/glimmer-local-class-transform",
67
"packages/rollup-plugin-preprocess-css-modules",
7-
"packages/ember-css-modules",
8-
"test-packages/embroider-app",
9-
"test-packages/octane-addon",
10-
"test-packages/octane-addon-with-module-name",
11-
"test-packages/plugin-addon",
12-
"test-packages/sass-app"
8+
"test-packages/app-v1-ecm",
9+
"test-packages/app-v1-elc",
10+
"test-packages/app-v2",
11+
"test-packages/addon-v1",
12+
"test-packages/addon-v2"
1313
],
1414
"scripts": {
1515
"build": "yarn workspace glimmer-local-class-transform prepare && yarn workspace rollup-plugin-preprocess-css-modules prepare && yarn workspace addon-v2 build"

test-packages/octane-addon-with-module-name/.editorconfig renamed to test-packages/addon-v1/.editorconfig

File renamed without changes.

test-packages/octane-addon-with-module-name/.eslintignore renamed to test-packages/addon-v1/.eslintignore

File renamed without changes.

test-packages/octane-addon-with-module-name/.eslintrc.js renamed to test-packages/addon-v1/.eslintrc.js

File renamed without changes.

test-packages/octane-addon-with-module-name/.npmignore renamed to test-packages/addon-v1/.npmignore

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)