From 22f69f5458c078469ee8af3af68cbe21dbf4246b Mon Sep 17 00:00:00 2001 From: Svipal Date: Sat, 6 Jun 2020 00:24:18 +0200 Subject: [PATCH] removed custom scripts --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 0a8e942e6..6348dccf5 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "dist": "webpack --config config/webpack.dist.config.js", "distfb": "webpack --config config/webpack.fb.dist.config.js", "distfull": "npm run dist && npm run distfb", - "distT": "webpack --config config/webpack.dist.config.js && npm run toT", - "toT": "@powershell Copy-Item ./dist/phaser.min.js ../phasertest/phaser.min.js", - "toT2": "@powershell Copy-Item ./dist/phaser.js ../phasertest/phaser.min.js", "plugin.cam3d": "webpack --config plugins/camera3d/webpack.config.js", "plugin.spine": "webpack --config plugins/spine/webpack.config.js", "plugin.spine.dist": "webpack --config plugins/spine/webpack.auto.dist.config.js",