Skip to content

Commit

Permalink
test: raw v2 html and image
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Nov 18, 2021
1 parent 39728af commit e78288e
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"desktop:main": "cross-env NODE_ENV=production tsc desktop/index.ts desktop/expose.ts --moduleResolution Node --removeComments -t esnext --outDir dist/main",
"desktop:release": "yarn desktop:main && yarn build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src && yarn format",
"format": "prettier desktop/**/*.ts src/**/*.{vue,css,ts} --write",
"format": "prettier desktop/**/*.ts test/**/*.ts src/**/*.{vue,css,ts} --write",
"test": "jest",
"extract": "vue-i18n-extract report --vueFiles './src/**/*.?(js|vue)' --languageFiles './src/lang/*.?(json|yml|yaml|js)'",
"release:initial": "standard-version --first-release",
Expand Down
Loading

0 comments on commit e78288e

Please sign in to comment.