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 21b20c5 commit 35f7c6bCopy full SHA for 35f7c6b
package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"scripts": {
4
- "build": "node ./scripts/verify-packages-versions.js && run-p build:pack build:bundle",
+ "build": "node ./scripts/verify-packages-versions.js && run-s build:pack build:bundle",
5
"build:bundle": "lerna run build:bundle",
6
"build:dev": "yarn build:pack",
7
"build:dev:filter": "lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope",
0 commit comments