Skip to content

Commit

Permalink
Fix/remove mistake script (#15983)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall authored Sep 27, 2022
1 parent 2a5922d commit 362ef79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions development/generate-icon-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ const generateIconNames = async () => {
getIconNameKebabCase(fileName)),
);

console.log('ICON_NAMES env var successfully generated!');

return iconNames;
};

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"dist": "yarn build dist",
"build": "yarn lavamoat:build",
"build:dev": "node development/build/index.js",
"build:icons": "node ui/components/component-library/icon/scripts/generate-icon-names.js && node ui/components/component-library/icon/scripts/generate-icon-scss.js",
"start:test": "SEGMENT_HOST='https://api.segment.io' SEGMENT_WRITE_KEY='FAKE' SENTRY_DSN_DEV=https://[email protected]/0000000 PORTFOLIO_URL=http://127.0.0.1:8080 yarn build testDev",
"benchmark:chrome": "SELENIUM_BROWSER=chrome node test/e2e/benchmark.js",
"mv3:stats:chrome": "SELENIUM_BROWSER=chrome ENABLE_MV3=true node test/e2e/mv3-perf-stats/index.js",
Expand Down

0 comments on commit 362ef79

Please sign in to comment.