diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-07-13 15:49:39 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-07-13 15:49:39 +0200 |
| commit | 818b9970ef7c61e641e285b7f5ca53d69b3010e4 (patch) | |
| tree | 0b262a8101ef77c58f317012ff3c223db64c5d2b | |
| parent | 7d592b28114dfe96e1bff876fb700d156355e0c8 (diff) | |
change package.json
| -rw-r--r-- | client/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index f654b0a..b3c224c 100644 --- a/client/package.json +++ b/client/package.json @@ -4,9 +4,9 @@ "description": "A phaser3 client for a simple game", "main": "src/game.ts", "scripts": { - "dev": "rollup --config rollup.config.dev.js", - "build": "rollup --config rollup.config.dist.js", - "watch": "rollup --watch --config rollup.config.dev.js" + "phaserDev": "rollup --config rollup.config.dev.js", + "phaserBuild": "rollup --config rollup.config.dist.js", + "phaserWatch": "rollup --watch --config rollup.config.dev.js" }, "repository": { "type": "git", |
