We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82f8fa0 + 3624610 commit 64a053bCopy full SHA for 64a053b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "getup",
3
- "version": "9.0.2",
+ "version": "9.0.3",
4
"description": "Frontend boilerplate",
5
"author": "nibushibu",
6
"scripts": {
@@ -9,7 +9,7 @@
9
"css-develop": "postcss src/css/main.css --config postcss.config.js --output dist/css/main.css --map",
10
"css": "npm run css-develop",
11
"html-format": "prettier 'dist/**/*.html' --ignore-path --write",
12
- "html-from-riot": "node --loader @riotjs/register node_scripts/html.mjs",
+ "html-from-riot": "node --loader @riotjs/register scripts/html.mjs",
13
"html": "run-s html-from-riot html-format",
14
"js-build": "esbuild src/js/main.js --bundle --minify --outfile=dist/js/main.js",
15
"js": "esbuild src/js/main.js --bundle --sourcemap --outfile=dist/js/main.js",
node_scripts/html.mjs scripts/html.mjs
0 commit comments