@box/blueprint-web-assets 4.115.3 → 4.115.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +3 -5
package/README.md CHANGED
@@ -97,9 +97,7 @@ import { Compass } from '@box/blueprint-web-assets/icons/Multitone';
97
97
  # How to update assets and tokens
98
98
 
99
99
  ```
100
- yarn nx build-local-all blueprint-web-assets
101
- yarn nx lint blueprint-web-assets --fix
102
- yarn nx format blueprint-web-assets
100
+ yarn exec nx run blueprint-web-assets:build-assets
103
101
  ```
104
102
 
105
103
  Push changes to a new branch. New version of package will be released after merge.
package/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "name": "@box/blueprint-web-assets",
3
- "version": "4.115.3",
3
+ "version": "4.115.5",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "scripts": {
6
- "build-local-all": "nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
7
- "build-local": "yarn tokens-build-styles-all && yarn icons-build",
8
6
  "build-storybook": "nx run blueprint-web-assets:build-storybook",
9
7
  "build": "rimraf dist && tsc --project tsconfig.lib.json && yarn copy-static",
10
8
  "copy-static": "mkdir dist/tokens && cp -r src/tokens/* dist/tokens",
11
- "icons-build": "yarn svgr && rimraf dist && tsc --project tsconfig.lib.json && yarn copy-static",
9
+ "icons-build": "yarn run svgr && rimraf dist && tsc --project tsconfig.lib.json && yarn copy-static",
12
10
  "lint-local-css": "cd ../../ && nx run blueprint-web-assets:lint-css --fix",
13
11
  "lint-local": "cd ../../ && nx run blueprint-web-assets:lint --fix",
14
12
  "postbuild": "rimraf ./tmp",
@@ -152,7 +150,7 @@
152
150
  }
153
151
  },
154
152
  "devDependencies": {
155
- "@box/storybook-utils": "^0.18.3",
153
+ "@box/storybook-utils": "^0.18.5",
156
154
  "@figma/code-connect": "1.4.4",
157
155
  "@types/react": "^18.0.0",
158
156
  "@types/react-dom": "^18.0.0",