agenticstackjs commited on
Commit
055cce4
·
1 Parent(s): e7fe17b

build pages 005

Browse files
Files changed (1) hide show
  1. package.json +1 -0
package.json CHANGED
@@ -7,6 +7,7 @@
7
  "scripts": {
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
  "build-pages": "copyfiles -f ./src/index.html ./dist/",
 
10
  "build": "npm run build-pages && copyfiles -f ./node_modules/agentic-stack-js-web-components/dist/*.js ./dist/assests/js/"
11
  },
12
  "author": "",
 
7
  "scripts": {
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
  "build-pages": "copyfiles -f ./src/index.html ./dist/",
10
+ "build-mediapipe": "copyfiles -f .node_modules/@mediapipe/tasks-genai/genai_bundle.mjs ./dist/@mediapipe",
11
  "build": "npm run build-pages && copyfiles -f ./node_modules/agentic-stack-js-web-components/dist/*.js ./dist/assests/js/"
12
  },
13
  "author": "",