Browse Source

Add .well-known folder to dist on build

pull/80/head
garritfra 5 years ago
parent
commit
cdea254b2e
  1. 2
      package.json

2
package.json

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "parcel ./public/index.html",
"build": "parcel build ./public/index.html --public-url ./",
"build": "parcel build ./public/index.html --public-url ./ && cp -rf ./.well-known ./dist/.well-known",
"server": "npm run build && cp -r . /var/www && service apache2 stop && service apache2 start",
"test": "",
"gh-pages": " npm run build && gh-pages -d ./dist"

Loading…
Cancel
Save