Skip to content

Commit 60c60fe

Browse files
committed
fix build task
1 parent dca8165 commit 60c60fe

File tree

3 files changed

+1916
-2143
lines changed

3 files changed

+1916
-2143
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ clean:
1616
rm -rf ./.cache
1717
rm -rf ./*lock*
1818

19-
serve: build
20-
serve $(MAKE_DIR)/out
21-
2219
build: install
2320
yarn run build
2421

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "teomrd.github.io",
33
"version": "1.0.0",
4-
"main": "index.js",
54
"repository": "https://github.com/teomrd/teomrd.github.io.git",
65
"author": "teomrd <mironidis.gr@gmail.com>",
76
"license": "MIT",
87
"scripts": {
98
"dev": "parcel src/index.html",
10-
"build": "parcel build src/index.html --out-dir ./",
9+
"build": "parcel build src/index.html",
1110
"deploy": "npm run build && git add . && git commit -m \"Automatic deployment\" && git push"
1211
},
1312
"devDependencies": {

0 commit comments

Comments
 (0)