Skip to content

Commit

Permalink
simplified scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vuolen committed Aug 13, 2021
1 parent 442b81d commit 3f9bac5
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 @@ -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": {
Expand Down

0 comments on commit 3f9bac5

Please sign in to comment.