Skip to content

Commit

Permalink
build: move ie_api
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumearm committed Dec 28, 2024
1 parent 66400c4 commit ab8dfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sptVersion": "~3.10.3",
"scripts": {
"install:files": "npm run prepare:files && node scripts/install-files.js",
"build:ieapi": "cd ../InteractableExfilsAPI && dotnet build",
"build:ieapi": "cd ../../InteractableExfilsAPI && dotnet build",
"dev:install": "npm run build && npm run build:client && npm run install:files",
"git:check:status": "bash scripts/check-git-status.sh",
"gather:external:resources": "bash scripts/gather-external-resources.sh && npm run prettier",
Expand Down

0 comments on commit ab8dfa1

Please sign in to comment.