Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 65e816e

Browse files
committed
测试构建
1 parent ac4a71e commit 65e816e

File tree

137 files changed

+3125
-22730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+3125
-22730
lines changed

.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 33 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
- name: Add Rollbar
2424
run: echo export default "'${{ secrets.rollbar_token }}'" > ./src/renderer/lib/rollbarAccessToken.ts
2525
- name: Build and Test
26-
run: npm run build && npm test
27-
- name: Lint
28-
run: npm run lint
29-
- name: Package
30-
run: npm run package
26+
run: npm run publish
3127
- name: Install Snapcraft
3228
uses: samuelmeuli/action-snapcraft@v1
3329
# Only install Snapcraft on Ubuntu

.gitignore

Lines changed: 76 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,92 @@
11
# Logs
22
logs
33
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
lerna-debug.log*
8+
9+
# Diagnostic reports (https://nodejs.org/api/report.html)
10+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
411

512
# Runtime data
613
pids
714
*.pid
815
*.seed
16+
*.pid.lock
17+
.DS_Store
18+
19+
# Directory for instrumented libs generated by jscoverage/JSCover
20+
lib-cov
921

1022
# Coverage directory used by tools like istanbul
1123
coverage
24+
*.lcov
25+
26+
# nyc test coverage
27+
.nyc_output
28+
29+
# node-waf configuration
30+
.lock-wscript
31+
32+
# Compiled binary addons (https://nodejs.org/api/addons.html)
33+
build/Release
34+
35+
# Dependency directories
36+
node_modules/
37+
jspm_packages/
38+
39+
# TypeScript v1 declaration files
40+
typings/
41+
42+
# TypeScript cache
43+
*.tsbuildinfo
44+
45+
# Optional npm cache directory
46+
.npm
47+
48+
# Optional eslint cache
1249
.eslintcache
1350

14-
# Dependency directory
15-
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
16-
node_modules
51+
# Optional REPL history
52+
.node_repl_history
1753

18-
# OSX
19-
.DS_Store
54+
# Output of 'npm pack'
55+
*.tgz
56+
57+
# Yarn Integrity file
58+
.yarn-integrity
59+
60+
# dotenv environment variables file
61+
.env
62+
.env.test
63+
64+
# parcel-bundler cache (https://parceljs.org/)
65+
.cache
66+
67+
# next.js build output
68+
.next
69+
70+
# nuxt.js build output
71+
.nuxt
72+
73+
# vuepress build output
74+
.vuepress/dist
75+
76+
# Serverless directories
77+
.serverless/
78+
79+
# FuseBox cache
80+
.fusebox/
81+
82+
# DynamoDB Local files
83+
.dynamodb/
84+
85+
# Webpack
86+
.webpack/
2087

21-
release/app/dist
22-
release/build
23-
.erb/dll
88+
# Vite
89+
.vite/
2490

25-
.idea
26-
npm-debug.log.*
27-
*.css.d.ts
28-
*.sass.d.ts
29-
*.scss.d.ts
91+
# Electron-Forge
92+
out/

DEVELOPMENT.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)