Skip to content

Commit ce28234

Browse files
authored
chore - fix build issue in release (#3704)
1 parent bbb1191 commit ce28234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/fiori-docs-embeddings/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
"build": "npm-run-all -l -s build-compile update-docs-script update-embeddings-script",
99
"update-docs-script": "tsx src/scripts/build-docs.ts",
1010
"update-docs": "npm-run-all -l -s clean-data update-docs-script",
11-
"prepublishOnly": "npm run update-embeddings",
11+
"prepublishOnly": "npm run build",
1212
"update-embeddings-script": "tsx src/scripts/build-embeddings.ts",
1313
"update-embeddings": "npm-run-all -l -s clean-embeddings update-embeddings-script",
1414
"update-all": "npm-run-all -l -s update-docs update-embeddings",
1515
"clean-embeddings": "rm -rf dist data/embeddings",
1616
"clean-data": "rm -rf dist data/docs data/search",
17+
"clean": "npm-run-all -l -s clean-data clean-embeddings",
1718
"test": "jest --passWithNoTests --silent",
1819
"lint": "eslint . --ext .ts",
1920
"lint:fix": "eslint . --ext .ts --fix"

0 commit comments

Comments
 (0)