Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed Mar 19, 2023
1 parent e5cc248 commit 99267b9
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 @@ -29,7 +29,7 @@
"dev:all": "yarn run dev:base && yarn run dev:core && yarn run dev:chart && yarn run dev:mapv && yarn run dev:s3m",
"build:all": "yarn run build:base && yarn run build:core && yarn run build:chart && yarn run build:mapv && yarn run build:s3m",
"dev:base": "yarn run clean:base && webpack --config build/webpack.base.conf --mode development",
"build:base": "yarn run clean:base && webpack --config build/webpack.base.conf --mode production --env.production",
"build:base": " yarn run clean:base && webpack --config build/webpack.base.conf --mode production --env.production",
"dev:core": "yarn run clean:core && webpack --config build/webpack.core.conf --mode development",
"build:core": "yarn run clean:core && webpack --config build/webpack.core.conf --mode production --env.production",
"dev:chart": "yarn run clean:chart && webpack --config build/webpack.chart.conf --mode development",
Expand Down

0 comments on commit 99267b9

Please sign in to comment.