Skip to content

Commit

Permalink
chore: cleanup build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Mar 14, 2024
1 parent 2264a64 commit c269e2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"lint": "aegir lint",
"lint:fix": "aegir lint --fix",
"build": "run-s build:esm build:webpack",
"copy:non-tsc": "npx copyfiles src/*.svg src/**/*.svg src/*.css src/**/*.css dist-tsc",
"build:esm": "run-s copy:non-tsc build:aegir",
"build:aegir": "aegir build",
"prebuild:esm": "copyfiles src/*.svg src/**/*.svg src/*.css src/**/*.css dist-tsc",
"build:esm": "tsc",
"build:webpack": "webpack --env production",
"serve": "run-s build:esm serve:dev",
"serve:dev": "webpack serve --mode=development",
Expand Down

0 comments on commit c269e2d

Please sign in to comment.