Skip to content

Commit

Permalink
chore: try another deployment method
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Mar 19, 2024
1 parent bfa93dc commit 3090547
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 @@ -6,7 +6,7 @@
"homepage": "https://data-fair.github.io/3/user-guide-backoffice/charts",
"scripts": {
"analyze": "cross-env ANALYZE=true npm run build",
"build": "rimraf dist && npm run build-types && node prepare-schema.js && tsc && vite build\"",
"build": "rimraf dist && npm run build-types && node prepare-schema.js && tsc && vite build",
"build-types": "df-build-types && ncp src/config/.type/resolved-schema.json public/config-schema.json",
"dev": "cross-env APP_URL=http://localhost:3000/app/ df-dev-server",
"dev-src": "vite --port 3000",
Expand Down

0 comments on commit 3090547

Please sign in to comment.