diff options
author | amzrk2 | 2020-06-15 23:50:54 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-15 23:50:54 +0800 |
commit | a3376d1ad133455b73ca893e222c1aec89ae6d44 (patch) | |
tree | 0f7aecb84d6322972c1580fea2ed3ee60f8eaf25 /package.json | |
parent | 94233f18bd32d6871288f578df1ecdffe833c02f (diff) | |
download | hugo-theme-fuji-a3376d1ad133455b73ca893e222c1aec89ae6d44.tar.gz hugo-theme-fuji-a3376d1ad133455b73ca893e222c1aec89ae6d44.tar.bz2 hugo-theme-fuji-a3376d1ad133455b73ca893e222c1aec89ae6d44.zip |
Update searching based on Fuse.js
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 24d26d6..d20dc77 100644 --- a/package.json +++ b/package.json @@ -37,11 +37,9 @@ "uglify-js": "^3.9.4" }, "scripts": { - "prodBuild": "gulp build", - "prodClean": "gulp clean", + "build": "gulp build", "devCss": "gulp devCss", "devJs": "gulp devJs", - "build": "npm-run-all -p prodBuild prodClean", "dev": "npm-run-all -p devCss devJs" } } |