scripts
This commit is contained in:
2
develop.sh
Executable file
2
develop.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
npm run start
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zola_twcss",
|
||||
"description": "This is a starter set for the [Zola](https://getzola.org) [static site generator (SSG)](https://www.jamstack.org/generators), based on the appearance of my website at [brycewray.com](https://www.brycewray.com).",
|
||||
"name": "website",
|
||||
"description": "ThreeFold IO Website",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf public && rimraf static/css",
|
||||
@@ -11,7 +11,7 @@
|
||||
"dev:serve": "zola serve",
|
||||
"build": "NODE_ENV=production npm-run-all clean prod:postcss prod:build",
|
||||
"prod:postcss": "postcss css/index.css -o ./static/css/index.css --config ./postcss.config.js",
|
||||
"prod:build": "zola build"
|
||||
"prod:build": "zola build -o html"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user