Skip to content

Commit 22ea55e

Browse files
authored
[OP#201] Fix File Import (#276)
* Fix File Import to include core and components * Update Yarn to v4.8.1
1 parent 4b8ab40 commit 22ea55e

File tree

4 files changed

+939
-898
lines changed

4 files changed

+939
-898
lines changed

.yarn/releases/yarn-4.2.2.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.8.1.cjs

Lines changed: 935 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
yarnPath: .yarn/releases/yarn-4.2.2.cjs
1+
yarnPath: .yarn/releases/yarn-4.8.1.cjs
22
nodeLinker: node-modules

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rolemodel/optics",
3-
"version": "2.1.2",
4-
"packageManager": "yarn@4.2.2",
3+
"version": "2.1.3",
4+
"packageManager": "yarn@4.8.1",
55
"description": "Optics is a css package that provides base styles and components that can be integrated and customized in a variety of projects.",
66
"main": "dist/css/optics.css",
77
"scripts": {
@@ -10,7 +10,7 @@
1010
"build:css": "postcss src/optics.css -o dist/css/optics.css",
1111
"build:css-min": "postcss src/optics.css -o dist/css/optics.min.css --env=minify",
1212
"build:tokens": "node build_token_json --source=src/core/tokens --output=dist/tokens/tokens.json",
13-
"build:files": "mkdir -p dist/css/addons; cp LICENSE README.md package.json dist/; cp -r src/addons dist/css",
13+
"build:files": "mkdir -p dist/css/addons; cp LICENSE README.md package.json dist/; cp -rL src/addons src/core src/components dist/css",
1414
"storybook": "storybook dev -p 6006 --docs",
1515
"build-storybook": "storybook build --docs",
1616
"lint": "yarn lint:js && yarn lint:css",

0 commit comments

Comments
 (0)