We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca8165 commit 60c60feCopy full SHA for 60c60fe
Makefile
@@ -16,9 +16,6 @@ clean:
16
rm -rf ./.cache
17
rm -rf ./*lock*
18
19
-serve: build
20
- serve $(MAKE_DIR)/out
21
-
22
build: install
23
yarn run build
24
package.json
@@ -1,13 +1,12 @@
1
{
2
"name": "teomrd.github.io",
3
"version": "1.0.0",
4
- "main": "index.js",
5
"repository": "https://github.com/teomrd/teomrd.github.io.git",
6
"author": "teomrd <mironidis.gr@gmail.com>",
7
"license": "MIT",
8
"scripts": {
9
"dev": "parcel src/index.html",
10
- "build": "parcel build src/index.html --out-dir ./",
+ "build": "parcel build src/index.html",
11
"deploy": "npm run build && git add . && git commit -m \"Automatic deployment\" && git push"
12
},
13
"devDependencies": {
0 commit comments