Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: specify additional token sets
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Apr 18, 2023
1 parent c5cbb0d commit 8358e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run transform && ./build.js && cp ./AndroidManifest.xml dist/android && ./gradlew publishToMavenLocal -Pversion=$npm_package_version && ./build-ios.js",
"transform": "token-transformer base.json tokens/tokens.json base,semantic --expandTypography=true --expandShadow=true",
"transform": "token-transformer base.json tokens/tokens.json base,semantic,components/badge,components/checkbox,components/icon,components/radio --expandTypography=true --expandShadow=true",
"prepublishOnly": "npm run build",
"release": "semantic-release --no-ci --extends ./release-local.config.js"
},
Expand Down

0 comments on commit 8358e07

Please sign in to comment.