File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/fiori-docs-embeddings Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments