File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ jobs:
100
100
run : make -C protocol-designer test-e2e
101
101
build-pd :
102
102
name : ' build protocol designer artifact'
103
- needs : ['js-unit-test']
103
+ # TODO: uncomment code below. doing this to test that PD artifacts build and deploy correctly
104
+ # needs: ['js-unit-test']
104
105
runs-on : ' ubuntu-22.04'
105
106
if : github.event_name != 'pull_request'
106
107
steps :
@@ -136,7 +137,8 @@ jobs:
136
137
deploy-pd :
137
138
name : ' deploy PD artifact to S3'
138
139
runs-on : ' ubuntu-22.04'
139
- needs : ['js-unit-test', 'build-pd']
140
+ # TODO: uncomment code below. doing this to test that PD artifacts build and deploy correctly
141
+ needs : ['build-pd']
140
142
if : github.event_name != 'pull_request'
141
143
steps :
142
144
- uses : ' actions/checkout@v3'
Original file line number Diff line number Diff line change 28
28
"@opentrons/step-generation" : " link:../step-generation" ,
29
29
"@opentrons/shared-data" : " link:../shared-data" ,
30
30
"@types/redux-actions" : " 2.6.1" ,
31
+ "@types/styled-components" : " ^5.1.26" ,
31
32
"@types/ua-parser-js" : " 0.7.36" ,
32
33
"@types/uuid" : " 8.3.0" ,
33
34
"@typescript-eslint/eslint-plugin" : " ^6.10.0" ,
41
42
"i18next" : " ^19.8.3" ,
42
43
"immer" : " 9.0.6" ,
43
44
"lodash" : " 4.17.21" ,
45
+ "mixpanel-browser" : " 2.22.1" ,
44
46
"query-string" : " 6.2.0" ,
45
47
"react" : " 18.2.0" ,
46
48
"react-color" : " 2.19.3" ,
52
54
"react-redux" : " 8.1.2" ,
53
55
"redux" : " 4.0.5" ,
54
56
"redux-actions" : " 2.2.1" ,
57
+ "react-popper" : " 1.0.0" ,
55
58
"redux-thunk" : " 2.3.0" ,
56
59
"reselect" : " 4.0.0" ,
60
+ "styled-components" : " 5.3.6" ,
57
61
"ua-parser-js" : " ^0.7.23" ,
58
62
"uuid" : " 3.3.2" ,
59
63
"vite" : " 5.0.5" ,
67
71
"postcss-preset-env" : " 9.3.0" ,
68
72
"postcss-color-mod-function" : " 3.0.3" ,
69
73
"yup" : " 1.3.3"
74
+ },
75
+ "devDependencies" : {
76
+ "@types/mixpanel-browser" : " ^2.35.6"
70
77
}
71
78
}
You can’t perform that action at this time.
0 commit comments