Skip to content

Commit

Permalink
chore(website): change website build command for CloudFlare (#2804)
Browse files Browse the repository at this point in the history
* chore: build in project root first

* chore: using && instead of ;
  • Loading branch information
GImbrailo authored Mar 18, 2024
1 parent 4ebb4a6 commit f036740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "nx run-many --target=build --exclude=@taquito/website,taquito-test-dapp-vite",
"build-all": "nx run-many --target=build --exclude=@taquito/website",
"build-test-dapp": "lerna run build --scope=taquito-test-dapp-vite",
"build-website": "npm ci && npm run build && cd website && npm ci && npm run build",
"rebuild": "npm run clean && npm clean-install && npm run build",
"test": "nx run-many --target=test --exclude=integration-tests,@taquito/website,taquito-test-dapp-vite --collectCoverage",
"lint": "lerna run lint",
Expand Down Expand Up @@ -122,4 +123,4 @@
"@commitlint/config-conventional"
]
}
}
}

0 comments on commit f036740

Please sign in to comment.