Skip to content

Commit

Permalink
chore: restructure apax.yml
Browse files Browse the repository at this point in the history
ReinerSchinkoethe committed Jun 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7300619 commit 67a6ed3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions apax.yml
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ type: lib
repository:
type: git
url: https://github.com/simatic-ax/io
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Environment variables
variables:
APAX_BUILD_ARGS:
@@ -17,16 +20,16 @@ variables:
targets:
- '1500'
- 'llvm'
# Install Setting
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
dependencies:
"@ax/system-timer": 7.0.17
devDependencies:
'@ax/sdk': 2405.0.0
# "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY
"@simatic-ax/snippetscollection": 1.0.0
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
dependencies:
"@ax/system-timer": 7.0.17
# Files, which will be shipped with the library
files:
- 'README.md'

0 comments on commit 67a6ed3

Please sign in to comment.