diff --git a/package.json b/package.json index f7de6720af..a4fb64be47 100644 --- a/package.json +++ b/package.json @@ -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", @@ -122,4 +123,4 @@ "@commitlint/config-conventional" ] } -} \ No newline at end of file +}