Skip to content

Commit

Permalink
add back build ts
Browse files Browse the repository at this point in the history
  • Loading branch information
snowystinger committed Dec 2, 2022
1 parent a943147 commit c170330
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/@spectrum-icons/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-cjs": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.ts,.tsx'",
"build-esm": "cross-env BUILD_ENV=production babel src -d . --extensions '.ts,.tsx' --out-file-extension '.mjs' --config-file '../../../babel-esm.config.json'",
"generate-types": "tsc --project ./tsconfig.types.json",
"build-icons": "yarn build-cjs && yarn build-esm",
"build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types",
"make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && yarn generate-types"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@spectrum-icons/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-cjs": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.ts,.tsx'",
"build-esm": "cross-env BUILD_ENV=production babel src -d . --extensions '.ts,.tsx' --out-file-extension '.mjs' --config-file '../../../babel-esm.config.json'",
"generate-types": "tsc --project ./tsconfig.types.json",
"build-icons": "yarn build-cjs && yarn build-esm",
"build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types",
"make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && yarn generate-types"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@spectrum-icons/illustrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build-cjs": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.ts,.tsx'",
"build-esm": "cross-env BUILD_ENV=production babel src -d . --extensions '.ts,.tsx' --out-file-extension '.mjs' --config-file '../../../babel-esm.config.json'",
"generate-types": "tsc --project ./tsconfig.types.json",
"generate-types": "tsc --project ./tsconfig.types.json && yarn generate-types",
"build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@spectrum-icons/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-cjs": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.ts,.tsx'",
"build-esm": "cross-env BUILD_ENV=production babel src -d . --extensions '.ts,.tsx' --out-file-extension '.mjs' --config-file '../../../babel-esm.config.json'",
"generate-types": "tsc --project ./tsconfig.types.json",
"build-icons": "yarn build-cjs && yarn build-esm",
"build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types",
"make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && yarn generate-types"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@spectrum-icons/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-cjs": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.ts,.tsx'",
"build-esm": "cross-env BUILD_ENV=production babel src -d . --extensions '.ts,.tsx' --out-file-extension '.mjs' --config-file '../../../babel-esm.config.json'",
"generate-types": "tsc --project ./tsconfig.types.json",
"build-icons": "yarn build-cjs && yarn build-esm",
"build-icons": "yarn build-cjs && yarn build-esm && yarn generate-types",
"make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && yarn generate-types"
},
"dependencies": {
Expand Down

0 comments on commit c170330

Please sign in to comment.