Skip to content

Commit

Permalink
feat(preset-esm): add build steps for artifact creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Jan 4, 2024
1 parent 463ae6f commit ba270fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/preset-esm/templates/scripts.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build: run-s clean build:*
build: run-s clean build:artifact build:typescript
build:artifact: run-s build:artifact:*
build:artifact:package: shx mkdir -p {output}
build:typescript: run-s build:typescript:mjs
build:typescript:mjs: run-s build:typescript:mjs:*
build:typescript:mjs:tsc: tsc -p tsconfig.build.json
Expand Down

0 comments on commit ba270fe

Please sign in to comment.