Skip to content

Commit

Permalink
fixing the naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Sep 18, 2023
1 parent 0cd9dea commit 9e7dcfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion v4.4.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"release": "npm-run-all dist release-sri release-zip docs-production",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 ../bootstrap.386-latest-v4.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 ../bootstra.386-latest-v4.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
"dist": "npm-run-all --parallel css js",
"test": "npm-run-all dist js-test docs-compile",
"netlify": "npm-run-all dist release-sri docs-netlify",
Expand Down

0 comments on commit 9e7dcfe

Please sign in to comment.