Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingyun2010 authored Feb 2, 2024
1 parent eeb3715 commit d3bcc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ cp-auto-ui:

#从components中生成es6版本的js代码到es目录下
es6:
@tsc --noEmit -p tsconfig.json
@tsc -p tsconfig.json
@node scripts/mvscss2es.js
@gulp es

#从components中生成commonjs版本的js代码到lib目录下
commonjs:
@tsc --noEmit -p tsconfig.json --outDir lib --module commonjs
@tsc -p tsconfig.json --outDir lib --module commonjs
@node scripts/mvscss2es.js --styleDir=lib
@gulp

Expand Down

0 comments on commit d3bcc0d

Please sign in to comment.