File tree Expand file tree Collapse file tree 6 files changed +5
-59
lines changed
Expand file tree Collapse file tree 6 files changed +5
-59
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,10 @@ jobs:
1414 python-version : ["3.10"]
1515 node-version : [18]
1616 package :
17- - app
18- - model
19- - outbox
20- - router
21- - store
2217 - react
2318 - material
2419 - material-web
2520 - material-native
26- - map
27- - map-gl
28- - map-gl-web
29- - map-gl-native
3021 steps :
3122 - uses : actions/checkout@v2
3223 with :
4637 run : cd packages/$PACKAGE && npm ci
4738 - name : Lint with ESLint
4839 run : npm run lint
49- - name : Check ESM Imports
50- run : |
51- echo 'export default "0.0.0";' > version.js
52- sed -i "s/@mui\/material\/utils\/index.js/@mui\/material\/node\/utils\/index.js/" modules.js
53- node index.js
54- git checkout modules.js
5540 - name : Start test server
5641 run : python -m tests.server &
5742 - name : Test with Jest
7358 cp .npmrc packages/$PACKAGE/.npmrc # for native builds
7459 cd packages/$PACKAGE
7560 npm publish
76- pip :
77- name : Python Package
78- runs-on : ubuntu-22.04
79- strategy :
80- matrix :
81- python-version : ["3.11"]
82- node-version : [18]
83- steps :
84- - uses : actions/checkout@v2
85- with :
86- fetch-depth : 0
87- - name : Set up Python ${{ matrix.python-version }}
88- uses : actions/setup-python@v2
89- with :
90- python-version : ${{ matrix.python-version }}
91- - name : Set up Node ${{ matrix.python-node }}
92- uses : actions/setup-node@v2
93- with :
94- node-version : ${{ matrix.node-version }}
95- - name : Install dependencies
96- run : |
97- python -m pip install --upgrade pip
98- python -m pip install build
99- - name : Build Python Wheel
100- run : |
101- python -m build
102- python -m pip install `ls dist/*.whl`
103- - uses : actions/upload-artifact@v3
104- with :
105- name : wq.app
106- path : dist/*.whl
Original file line number Diff line number Diff line change 5252 "tabWidth" : 4
5353 },
5454 "workspaces" : [
55- " packages/store" ,
56- " packages/router" ,
57- " packages/model" ,
58- " packages/outbox" ,
59- " packages/app" ,
6055 " packages/react" ,
6156 " packages/material-web" ,
62- " packages/material" ,
63- " packages/map" ,
64- " packages/map-gl-web" ,
65- " packages/map-gl"
57+ " packages/material"
6658 ]
6759}
Original file line number Diff line number Diff line change 1212 },
1313 "repository" : {
1414 "type" : " git" ,
15- "url" : " git+https://github.com/wq/wq.app .git" ,
15+ "url" : " git+https://github.com/wq/material .git" ,
1616 "directory" : " packages/material-native"
1717 },
1818 "keywords" : [
Original file line number Diff line number Diff line change 1313 },
1414 "repository" : {
1515 "type" : " git" ,
16- "url" : " git+https://github.com/wq/wq.app .git" ,
16+ "url" : " git+https://github.com/wq/material .git" ,
1717 "directory" : " packages/material-web"
1818 },
1919 "keywords" : [
Original file line number Diff line number Diff line change 1212 },
1313 "repository" : {
1414 "type" : " git" ,
15- "url" : " git+https://github.com/wq/wq.app .git" ,
15+ "url" : " git+https://github.com/wq/material .git" ,
1616 "directory" : " packages/material"
1717 },
1818 "keywords" : [
Original file line number Diff line number Diff line change 1515 },
1616 "repository" : {
1717 "type" : " git" ,
18- "url" : " git+https://github.com/wq/wq.app .git" ,
18+ "url" : " git+https://github.com/wq/material .git" ,
1919 "directory" : " packages/react"
2020 },
2121 "keywords" : [
You can’t perform that action at this time.
0 commit comments