Commit 2808d40 1 parent 7c67284 commit 2808d40 Copy full SHA for 2808d40
File tree 3 files changed +88
-5
lines changed
3 files changed +88
-5
lines changed Original file line number Diff line number Diff line change 17
17
node-version : 12
18
18
- run : npm ci
19
19
- run : npm test
20
- - run : npm run build
21
20
22
21
publish-npm :
23
22
needs : build
29
28
node-version : 12
30
29
registry-url : https://registry.npmjs.org/
31
30
- run : npm ci
32
- - run : npm pack
31
+ - run : npm run build
33
32
- run : npm publish
34
33
env :
35
34
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change
1
+ .idea
2
+ .vscode
3
+ docs
4
+ .DS_Store
5
+
6
+ src
7
+ jest.config.js
8
+ tsconfig.json
9
+ tslint.json
10
+ .prettierrc.json
11
+ lib /scratch.js
12
+
13
+ # Logs
14
+ logs
15
+ * .log
16
+ npm-debug.log *
17
+ yarn-debug.log *
18
+ yarn-error.log *
19
+
20
+ # Runtime data
21
+ pids
22
+ * .pid
23
+ * .seed
24
+ * .pid.lock
25
+
26
+ # Directory for instrumented libs generated by jscoverage/JSCover
27
+ lib-cov
28
+
29
+ # Coverage directory used by tools like istanbul
30
+ coverage
31
+
32
+ # nyc test coverage
33
+ .nyc_output
34
+
35
+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
36
+ .grunt
37
+
38
+ # Bower dependency directory (https://bower.io/)
39
+ bower_components
40
+
41
+ # node-waf configuration
42
+ .lock-wscript
43
+
44
+ # Compiled binary addons (https://nodejs.org/api/addons.html)
45
+ build /Release
46
+
47
+ # Dependency directories
48
+ node_modules /
49
+ jspm_packages /
50
+
51
+ # TypeScript v1 declaration files
52
+ typings /
53
+
54
+ # Optional npm cache directory
55
+ .npm
56
+
57
+ # Optional eslint cache
58
+ .eslintcache
59
+
60
+ # Optional REPL history
61
+ .node_repl_history
62
+
63
+ # Output of 'npm pack'
64
+ * .tgz
65
+
66
+ # Yarn Integrity file
67
+ .yarn-integrity
68
+
69
+ # dotenv environment variables file
70
+ .env
71
+
72
+ # parcel-bundler cache (https://parceljs.org/)
73
+ .cache
74
+
75
+ # next.js build output
76
+ .next
77
+
78
+ # nuxt.js build output
79
+ .nuxt
80
+
81
+ # vuepress build output
82
+ .vuepress /dist
83
+
84
+ # Serverless directories
85
+ .serverless
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " addigy" ,
3
- "version" : " 1.3.6 " ,
3
+ "version" : " 1.3.7 " ,
4
4
"description" : " " ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
63
63
},
64
64
"volta" : {
65
65
"node" : " 14.16.0"
66
- },
67
- "files" : [" dist" , " package.json" , " README.md" ]
66
+ }
68
67
}
You can’t perform that action at this time.
0 commit comments