Skip to content

Commit fd2ccde

Browse files
author
Daniel Del Core
committed
update build scripts
1 parent 7e74584 commit fd2ccde

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

community/@atlaskit__avatar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__breadcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__calendar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__checkbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__menu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__popper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__popup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

community/@atlaskit__progress-indicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/codeshift.config.js",
77
"scripts": {
88
"dev": "codeshift",
9-
"build": "tsc --build",
9+
"build": "parcel build",
1010
"test": "jest --watch",
1111
"validate": "codeshift validate ."
1212
},

0 commit comments

Comments
 (0)