Skip to content

Commit

Permalink
fix(package.json): changed command in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Feb 26, 2024
1 parent d2f97d4 commit 8e5d7fa
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "",
"scripts": {
"test": "echo \"Success: Verified\"",
"build": "npm run build:component && npm run build:index",
"build": "npm run build:component && npm run build:indexfile",
"build:component": "babel __app/component -d ./__build",
"build:indexfile": "node ./__app/script/generateIndex.js",
"commit": "git-cz",
Expand Down

0 comments on commit 8e5d7fa

Please sign in to comment.