]> _ Git - ipglobal-library.git/commitdiff
wip #3411 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Feb 2020 15:52:44 +0000 (16:52 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Feb 2020 15:52:44 +0000 (16:52 +0100)
package.json

index 7182a1eaef9de1d296c9a7626e2abcdca9a71ced..96be38ab273e228fedf1262868c2bd684aa583dd 100644 (file)
@@ -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",