Skip to content

Commit

Permalink
Open scd sub project (#1494)
Browse files Browse the repository at this point in the history
* 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 <juan.munoz@alliander.com>

* Update .gitignore

* Update .gitignore

* Update package.json

---------

Co-authored-by: Juan Munoz <juan.munoz@alliander.com>
  • Loading branch information
pascalwilbrink and juancho0202 authored May 3, 2024
1 parent 55d06d3 commit 24f4b25
Show file tree
Hide file tree
Showing 76 changed files with 30,962 additions and 6,636 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Install and Build OpenSCD
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npm run-script build
npm run-script doc
Expand All @@ -36,6 +37,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: master
folder: packages/open-scd/build
folder: packages/distribution/build
repository-name: openscd/openscd.github.io
ssh-key: ${{ secrets.DEPLOY_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:

- name: Install and Test OpenSCD
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npm run-script test
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:

- name: Install and Test
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npm run-script test
Loading

0 comments on commit 24f4b25

Please sign in to comment.