Skip to content

Commit 1048356

Browse files
committed
chore: modify build script.
1 parent c571bc4 commit 1048356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
66
"author": "kenny wang <wowohoo@qq.com>",
77
"scripts": {
8-
"build": "GENERATE_SOURCEMAP=false kkt build",
8+
"build": "kkt build",
99
"start": "GENERATE_SOURCEMAP=false kkt start",
1010
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
1111
},

0 commit comments

Comments
 (0)