Skip to content

Commit 75fcee1

Browse files
author
Genki Katsutani
committed
Merge branch 'develop'
2 parents 1be4c13 + 89e3e04 commit 75fcee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "getup",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Frontend boilerplate",
55
"author": "nibushibu",
66
"scripts": {
77
"build": "cross-env NODE_ENV=production run-s html css-build js-build",
88
"css-build": "postcss src/css/main.css --env production --config postcss.config.js --output dist/css/main.css --no-map",
99
"css-develop": "postcss src/css/main.css --config postcss.config.js --output dist/css/main.css --map",
1010
"css": "npm run css-develop",
11-
"html-format": "prettier 'dist/**/*.html' --write --ignore-gitignore",
11+
"html-format": "prettier 'dist/**/*.html' --ignore-path --write",
1212
"html-from-riot": "node --loader @riotjs/register node_scripts/html.mjs",
1313
"html": "run-s html-from-riot html-format",
1414
"js-build": "esbuild src/js/main.js --bundle --minify --outfile=dist/js/main.js",

0 commit comments

Comments
 (0)