Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: change config
Browse files Browse the repository at this point in the history
Signed-off-by: csonchen <cson_chensheng@163.com>
  • Loading branch information
csonchen committed Jul 13, 2023
1 parent f210788 commit 0fa4bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"build-lib": "rm -rf lib && cross-env NODE_ENV=production babel src --out-dir lib --extensions '.ts,.tsx' --env-name 'lib' && npm run lib-css",
"build-dist": "rm -rf dist && cross-env NODE_ENV=production webpack",
"dist-stats": "cross-env NODE_ENV=production webpack --profile --json > stats.json",
"esm-css": "sass src esm --quiet --style=compressed --no-source-map",
"lib-css": "sass src lib --quiet --style=compressed --no-source-map",
"esm-css": "sass src:esm --quiet --color --style=compressed --no-source-map",
"lib-css": "sass src:lib --quiet --color --style=compressed --no-source-map",
"esm-types": "rm -rf types && tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir esm/types",
"tsc-types": "rm -rf types && tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir types",
"copy": "ts-node scripts/build-copy.ts",
Expand Down

0 comments on commit 0fa4bdc

Please sign in to comment.