Skip to content

Commit

Permalink
fix(apps/website): export should include kb
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Dec 21, 2024
1 parent b8f0a69 commit fa34cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"check:fix": "npm-run-all check:ts format lint:fix",
"check:ts": "tsc",
"dev-web": "cross-env NODE_ENV=development next -p 3002",
"export": "npm run build && mkdir out/advisor && cp '../advisor/Gamification Advisor.html' out/advisor/ && cp '../advisor/advisor_out.css' out/advisor/",
"export": "npm run build && mkdir out/advisor && cp '../advisor/Gamification Advisor.html' out/advisor/ && cp '../advisor/advisor_out.css' out/advisor/ && cp -R ../quartz/public out/quartz",
"format": "prettier --write \"src/**/*.(js|ts|tsx|graphql|json)\" \"*.(js|ts)\"",
"format:ci": "prettier --list-different \"src/**/*.(js|ts|tsx|graphql|json)\" \"*.(js|ts)\"",
"lint": "eslint --ext .js,.ts,.tsx src/",
Expand Down

0 comments on commit fa34cbb

Please sign in to comment.