diff --git a/package.json b/package.json index b6d3888..850a4a4 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "A text sharing website that includes all its data in the URL.", "main": "index.js", "scripts": { + "postinstall": "npx spago install", "dev": "DEV=true node esbuild.js & npx spago build --watch", - "bundle": "node esbuild.js", + "build": "npx spago build && node esbuild.js", "test": "npx spago test" }, "repository": {