Skip to content

Commit 07e87a2

Browse files
committed
feat(template): add build yarn script
MP-2075
1 parent b1b952d commit 07e87a2

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

template-backend-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.3.0",
44
"private": true,
55
"scripts": {
6+
"build": "yarn start:shipping-server bundle",
67
"check": "tsc --noEmit",
78
"check:typing": "yarn run check",
89
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",

template-empty-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.3.0",
44
"private": true,
55
"scripts": {
6+
"build": "yarn start:shipping-server bundle",
67
"check": "tsc --noEmit",
78
"check:typing": "yarn run check",
89
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",

template-search-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "1.3.0",
44
"private": true,
55
"scripts": {
6+
"build": "yarn start:shipping-server bundle",
67
"check": "tsc --noEmit",
78
"check:typing": "yarn run check",
89
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",
910
"start": "run-p start:playground start:shipping-server",
1011
"start:playground": "react-scripts start",
1112
"start:shipping-server": "lumapps-shipping-server",
12-
"test": "react-scripts test --coverage",
13-
"build": "yarn start:shipping-server bundle"
13+
"test": "react-scripts test --coverage"
1414
},
1515
"eslintConfig": {
1616
"extends": "react-app"

template-share-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.3.0",
44
"private": true,
55
"scripts": {
6+
"build": "yarn start:shipping-server bundle",
67
"check": "tsc --noEmit",
78
"check:typing": "yarn run check",
89
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",

template-widget-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.3.0",
44
"private": true,
55
"scripts": {
6+
"build": "yarn start:shipping-server bundle",
67
"check": "tsc --noEmit",
78
"check:typing": "yarn run check",
89
"lint": "eslint '*/**/*.{js,ts,tsx}' --fix",

0 commit comments

Comments
 (0)