feat: move build files to docs folder
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"main": "index.pug",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "parcel --public-url / index.pug --open",
|
||||
"build": "parcel build index.pug --no-minify",
|
||||
"start": "parcel --port 1312 --public-url / index.pug --open",
|
||||
"build": "parcel build index.pug --out-dir docs --public-url /html-over-js --no-minify",
|
||||
"format": "prettier --write src/**/*.pug index.pug package.json && prettier --write --parser json .pugrc"
|
||||
},
|
||||
"author": "Michael Werner Czechowski <mail@dailysh.it>",
|
||||
|
||||
Reference in New Issue
Block a user