forked from grpc/grpc.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 1009 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"scripts": {
"_check-links": "make check-links",
"build:preview": "hugo --cleanDestinationDir -e dev -DFE --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "hugo --cleanDestinationDir --minify",
"build": "hugo --cleanDestinationDir -e dev -DFE",
"check-links:all": "HTMLTEST_ARGS= npm run _check-links",
"check-links": "npm run _check-links",
"postbuild:preview": "npm run _check-links",
"postbuild:production": "npm run _check-links",
"precheck-links:all": "npm run build",
"precheck-links": "npm run build",
"preinstall": "npm run submodule:get",
"serve": "netlify dev -c \"hugo serve -DFE --minify\"",
"submodule:get": "git submodule update --init --recursive --depth 1",
"submodule:update": "git submodule update --remote --recursive --depth 1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"hugo-extended": "^0.89.2",
"netlify-cli": "^6.14.19",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2"
}
}