Skip to content

Commit

Permalink
fix(package.json): package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Dec 24, 2023
1 parent 3af687b commit 1537f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"local": "babel __application/component -d __build-es --watch",
"build": "run-s build-es build-prepare",
"prebuild-es": "echo \"\\x1b[97m\\x1b[44m 1. Started: Building Component in __build-es folder. \\x1b[0m\"",
"build-es": "babel __application/component -d __build-es --ignore *.test.js && npm run copyfiles __appset/* ./",
"build-es": "babel __application/component -d __build-es --ignore *.test.js && npm run copyfiles __appset/* /home/runner/work/fe-theme/fe-theme/",
"prebuild-prepare": "echo \"\\x1b[97m\\x1b[44m 2. Started: Direct import of individual package preparation started. \\x1b[0m\"",
"build-prepare": "node ./__application/scripts/buildPrepare.js",
"theme-prepare": "node ./__appset/themePrepare.js",
Expand Down

0 comments on commit 1537f1d

Please sign in to comment.