Skip to content

Commit

Permalink
Change build process for kirbyup
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed Feb 23, 2022
1 parent 80a03d3 commit a371e6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@
"author": "Sylvain Julé",
"license": "MIT",
"scripts": {
"dev": "parcel watch src/index.js --no-source-maps -d ./",
"build": "parcel build src/index.js --no-source-maps --experimental-scope-hoisting -d ./"
"dev": "kirbyup src/index.js --watch",
"build": "kirbyup src/index.js",
"lint": "eslint \"src/**/*.{js,vue}\"",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write \"src/**/*.{css,js,vue}\""
},
"posthtml": {
"recognizeSelfClosing": true
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.0.3",
"kirbyup": "^0.21.0",
"prettier": "^2.4.1"
}
}

0 comments on commit a371e6e

Please sign in to comment.