We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b156c15 commit 3a3dd43Copy full SHA for 3a3dd43
package.json
@@ -22,7 +22,7 @@
22
}
23
},
24
"scripts": {
25
- "build": "npm-run-all -p build:*",
+ "build": "npm-run-all --parallel build:*",
26
"build:01_cli": "node esbuild.js",
27
"build:01_icon_fonts_styles": "cpr src/commands/generate-icon-fonts/utils/styles dist/commands/generate-icon-fonts/utils/styles -o",
28
"build:01_icon_fonts_templates": "cpr src/commands/generate-icon-fonts/utils/templates dist/commands/generate-icon-fonts/utils/templates -o",
0 commit comments