Skip to content

Commit 24f4b25

Browse files
Open scd sub project (#1494)
* Feat: added packages/openscd * Formatted openscd/openscd * Added lockfile * Fix: Fixed npm scripts * Update package.json * Update tsconfig.json * Feat: Added graph script from Nx * Removed components package * Added placeholder packages * Removed static folder * Removed unused files * Changed version of components to 0.0.1 * Updated dependencies on internal packages * Update package.json * Update package.json * Update package.json * Updated package-lock * Updated package-lock * Removed mixin specs from core * Removed build scripts for empty projects * Added @nx/x-linux-x64-gnu for GH Action * Update GH Action to packages/distribution * Fixed merge conflict * Updated Nx dependencies * Updated with main * Updated with main * Removed doc from core * Update packages/open-scd/tsconfig.json Co-authored-by: Juan Munoz <[email protected]> * Update .gitignore * Update .gitignore * Update package.json --------- Co-authored-by: Juan Munoz <[email protected]>
1 parent 55d06d3 commit 24f4b25

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+30962
-6636
lines changed

.github/workflows/build-and-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- name: Install and Build OpenSCD
2222
run: |
23+
npm i @nx/nx-linux-x64-gnu
2324
npm clean-install
2425
npm run-script build
2526
npm run-script doc
@@ -36,6 +37,6 @@ jobs:
3637
uses: JamesIves/[email protected]
3738
with:
3839
branch: master
39-
folder: packages/open-scd/build
40+
folder: packages/distribution/build
4041
repository-name: openscd/openscd.github.io
4142
ssh-key: ${{ secrets.DEPLOY_KEY }}

.github/workflows/test-and-build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515

1616
- name: Install and Test OpenSCD
1717
run: |
18+
npm i @nx/nx-linux-x64-gnu
1819
npm clean-install
1920
npm run-script test

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020

2121
- name: Install and Test
2222
run: |
23+
npm i @nx/nx-linux-x64-gnu
2324
npm clean-install
2425
npm run-script test

0 commit comments

Comments
 (0)