Skip to content

Commit

Permalink
Fix build:site
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Dec 12, 2023
1 parent a73b7f8 commit 6a53c35
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 @@ -76,7 +76,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",
"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 ./examples ./site/examples && cp -r ./coverage ./site/coverage",
"lint": "eslint 'src/**/*.{ts,tsx}' --cache",
"typecheck": "tsc --noEmit",
"prettify": "node cleanup.js && prettier --write \"{src,spec}/**/*.ts\"",
Expand Down

0 comments on commit 6a53c35

Please sign in to comment.