Skip to content

Commit e498d48

Browse files
PROD-2194 #comment reorder package.json in order to force a dev build #time 5m
1 parent 5cb145b commit e498d48

File tree

2 files changed

+2053
-1813
lines changed

2 files changed

+2053
-1813
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
"name": "@topcoder-platform/platform-ui",
33
"version": "0.1.0",
44
"private": true,
5+
"scripts": {
6+
"start": "sh start-ssl.sh",
7+
"start:bsouza": "sh start-ssl-bsouza.sh",
8+
"build": "react-scripts build",
9+
"build:dev": "sh build-dev.sh",
10+
"build:prod": "sh build-prod.sh",
11+
"eject": "react-scripts eject",
12+
"lint": "tslint src/**/*.{ts,tsx}",
13+
"lint:fix": "tslint src/**/*.{ts,tsx} --fix",
14+
"test": "react-scripts test",
15+
"test:no-watch": "npm test -- --watchAll=false"
16+
},
517
"dependencies": {
618
"@datadog/browser-logs": "^4.5.0",
719
"@heroicons/react": "^1.0.6",
@@ -20,17 +32,17 @@
2032
"typescript": "^4.4.2",
2133
"web-vitals": "^2.1.0"
2234
},
23-
"scripts": {
24-
"start": "sh start-ssl.sh",
25-
"start:bsouza": "sh start-ssl-bsouza.sh",
26-
"build": "react-scripts build",
27-
"build:dev": "sh build-dev.sh",
28-
"build:prod": "sh build-prod.sh",
29-
"eject": "react-scripts eject",
30-
"lint": "tslint src/**/*.{ts,tsx}",
31-
"lint:fix": "tslint src/**/*.{ts,tsx} --fix",
32-
"test": "react-scripts test",
33-
"test:no-watch": "npm test -- --watchAll=false"
35+
"devDependencies": {
36+
"@testing-library/jest-dom": "^5.14.1",
37+
"@testing-library/react": "^12.0.0",
38+
"@testing-library/user-event": "^13.2.1",
39+
"@types/axios": "^0.14.0",
40+
"@types/jest": "^27.0.1",
41+
"@types/node": "^16.7.13",
42+
"@types/react": "^17.0.20",
43+
"@types/react-dom": "^17.0.9",
44+
"@types/react-gtm-module": "^2.0.1",
45+
"@types/react-router-dom": "^5.3.3"
3446
},
3547
"eslintConfig": {
3648
"extends": [
@@ -53,17 +65,5 @@
5365
"last 1 safari version"
5466
]
5567
},
56-
"devDependencies": {
57-
"@testing-library/jest-dom": "^5.14.1",
58-
"@testing-library/react": "^12.0.0",
59-
"@testing-library/user-event": "^13.2.1",
60-
"@types/axios": "^0.14.0",
61-
"@types/jest": "^27.0.1",
62-
"@types/node": "^16.7.13",
63-
"@types/react": "^17.0.20",
64-
"@types/react-dom": "^17.0.9",
65-
"@types/react-gtm-module": "^2.0.1",
66-
"@types/react-router-dom": "^5.3.3"
67-
},
6868
"types": "./types/index.d.ts"
6969
}

0 commit comments

Comments
 (0)