Skip to content

Commit

Permalink
chore: Remove examples/ from build:site command
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Jan 3, 2024
1 parent 0c243a2 commit 36bb99f
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 @@ -107,7 +107,7 @@
"build:mustache": "microbundle --generateTypes false src/entries/mustache.ts -o dist/mustache && dts-bundle-generator -o dist/mustache/nosto-autocomplete.d.ts src/entries/mustache.ts && cp src/defaults/autocomplete.mustache dist/mustache/autocomplete.mustache",
"build:styles": "cp src/styles.css dist/styles.css",
"build:docs": "typedoc src/index.ts",
"build:site": "npm run build:docs && npm run test:cov && rm -rf site && cp -r ./docs ./site && cp -r ./examples ./site/examples && cp -r ./coverage ./site/coverage",
"build:site": "npm run build:docs && npm run test:cov && rm -rf site && cp -r ./docs ./site && cp -r ./coverage ./site/coverage",
"lint": "eslint 'src/**/*.{ts,tsx}' --cache",
"typecheck": "tsc --noEmit",
"exportTemplates": "node scripts/exportTemplates.js",
Expand Down

0 comments on commit 36bb99f

Please sign in to comment.