1
0
mirror of https://github.com/ebosas/microservices.git synced 2025-08-24 20:08:55 +02:00

Update paths

This commit is contained in:
ebosas
2021-06-11 15:44:47 +03:00
parent e6445daac7
commit c4cea686c4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
"css-purge": "purgecss --keyframes --css build/style.css --content ref/template.html ref/index.js --output css/", "css-purge": "purgecss --keyframes --css build/style.css --content ref/template.html ref/index.js --output css/",
"css": "npm run css-compile && npm run css-prefix && npm run css-purge", "css": "npm run css-compile && npm run css-prefix && npm run css-purge",
"css-dev": "sass --load-path node_modules -q scss/style.scss:build/style.css", "css-dev": "sass --load-path node_modules -q scss/style.scss:build/style.css",
"css-server": "sass --load-path node_modules --no-source-map -q scss/style.scss:../server/static/style.css", "build-server": "sass --load-path node_modules --no-source-map -q scss/style.scss:../../cmd/server/static/build/style.css",
"serve": "http-server ./" "serve": "http-server ./"
}, },
"keywords": [], "keywords": [],

View File

@@ -4,7 +4,7 @@
"description": "", "description": "",
"scripts": { "scripts": {
"build": "node esbuild.js", "build": "node esbuild.js",
"build-server": "esbuild src/index.jsx --bundle --outdir=../server/static", "build-server": "esbuild src/index.jsx --bundle --outdir=../../cmd/server/static/build",
"serve": "esbuild src/index.jsx --outfile=index.js --bundle --sourcemap --serve=8000" "serve": "esbuild src/index.jsx --outfile=index.js --bundle --sourcemap --serve=8000"
}, },
"keywords": [], "keywords": [],