Skip to content

Commit

Permalink
chore: rename integration to core_js
Browse files Browse the repository at this point in the history
  • Loading branch information
freaz committed Sep 12, 2023
1 parent 557de8d commit f0b9f40
Show file tree
Hide file tree
Showing 69 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ifeq ($(CORE_PHONY),1)
endif

deps: git_hooks deps_core deps_packages
build: build_core build_integration build_packages
build: build_core build_core_js build_packages
test: test_core test_packages
clean: clean_core clean_integration

Expand Down Expand Up @@ -126,16 +126,16 @@ clean_core:
#################
## INTEGRATION ##
#################
build_integration: ${MAP_STD} ${PROFILE_VALIDATOR}
build_core_js: ${MAP_STD} ${PROFILE_VALIDATOR}

${MAP_STD}:
cd integration && yarn install && yarn workspace @superfaceai/map-std build
cd core_js && yarn install && yarn workspace @superfaceai/map-std build

${PROFILE_VALIDATOR}:
cd integration && yarn install && yarn workspace @superfaceai/profile-validator build
cd core_js && yarn install && yarn workspace @superfaceai/profile-validator build

test_integration:
cd integration && \
cd core_js && \
yarn workspace @superfaceai/map-std test && \
yarn workspace @superfaceai/profile-validator test

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions integration/package.json → core_js/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@superfaceai/integration",
"name": "@superfaceai/core-js",
"version": "0.1.0",
"private": true,
"workspaces": [
"core-ffi",
"map-std",
"profile-validator"
]
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f0b9f40

Please sign in to comment.