修改编译命令

This commit is contained in:
hectorqin 2020-08-21 10:03:20 +08:00
parent 298991253c
commit 0463eab76f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"stop": "fis3 server stop",
"dev": "fis3 release -cwd ./public",
"publish2npm": "sh publish.sh && npm publish",
"publish": "sh publish.sh",
"build": "sh publish.sh",
"prettier": "prettier --write '{src,examples,scss}/**/*.{tsx,ts,jsx,scss}'"
},
"repository": {