@ni/nimble-tokens 6.11.0 → 6.11.1
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-tokens",
|
|
3
|
-
"version": "6.11.
|
|
3
|
+
"version": "6.11.1",
|
|
4
4
|
"description": "Design tokens for the NI Nimble Design System",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:svg-to-ts && npm run build:ts && npm run build:svg-to-ico && npm run build:generate-font-scss && npm run build:style-dictionary",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"pack": "npm run pack:npm && npm run pack:nuget",
|
|
16
16
|
"pack:npm": "npm pack",
|
|
17
17
|
"pack:nuget": "cross-env-shell dotnet pack ./NimbleTokens --configuration Release -p:PackageVersion=$npm_package_version",
|
|
18
|
-
"invoke-publish": "npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
|
|
18
|
+
"invoke-publish": "npm run invoke-publish:clean-nuget && npm run pack && npm run invoke-publish:nuget && npm run invoke-publish:npm -- ",
|
|
19
|
+
"invoke-publish:clean-nuget": "rimraf --glob \"NimbleTokens/bin/Release/*.nupkg\"",
|
|
19
20
|
"invoke-publish:nuget": "cross-env-shell dotnet nuget push \"NimbleTokens/bin/Release/*.nupkg\" -k $NUGET_SECRET_TOKEN -s \"https://api.nuget.org/v3/index.json\"",
|
|
20
21
|
"invoke-publish:npm": "npm publish"
|
|
21
22
|
},
|
|
@@ -40,6 +41,7 @@
|
|
|
40
41
|
"cross-env": "^7.0.3",
|
|
41
42
|
"glob": "^8.1.0",
|
|
42
43
|
"lodash": "^4.17.21",
|
|
44
|
+
"rimraf": "^5.0.5",
|
|
43
45
|
"sharp": "^0.32.1",
|
|
44
46
|
"style-dictionary": "3.7.2",
|
|
45
47
|
"svg-to-ts": "^10.1.0",
|