Skip to content

Commit

Permalink
fix(package.json): removed index file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Jul 19, 2024
1 parent f15023b commit a63897f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"postcreate": "npm pkg set files[].=$npm_config_component/",
"start": "npm run local",
"local": "NODE_ENV=development babel __app/component -d __build --watch",
"preprod": "node ./__app/script/generateIndex.js",
"prod": "NODE_ENV=production BABEL_ENV=minify babel __app/component -d __build --out-file-extension .js",
"commit": "npm run lint:check && git-cz",
"lint:check": "lint-staged",
Expand Down

0 comments on commit a63897f

Please sign in to comment.