From 85dfc301488e1840b090c371f285a8c6f6e4cbbe Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 12 Feb 2020 16:52:44 +0100 Subject: [PATCH] wip #3411 @1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7182a1e..96be38a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "dev": "npm run start", "start": "rimraf ./dist && parcel ./index.html", "prod": "npm run build", - "build": "rimraf ./dist && parcel build ./index.html --public-url=./" + "build": "rimraf ./dist && parcel build ./index.html --public-url=./", + "alien": "/usr/bin/rimraf ./dist && /usr/local/bin/parcel build ./index.html --public-url=./" }, "devDependencies": { "cssnano": "^4.0.2", -- 2.39.5