+1
-1
.tangled/workflows/npm_publish.yml
+1
-1
.tangled/workflows/npm_publish.yml
···
14
14
command: "npm install"
15
15
16
16
- name: "tsc"
17
-
nommand: "npx tsc && echo 'done.'"
17
+
command: "npx tsc && echo 'done.'"
18
18
19
19
- name: "npm publish"
20
20
command: "git log -1 --pretty=%B | grep -q '^publish new version' && npm set //registry.npmjs.org/:_authToken=${NPM_TOKEN} && npm publish || exit 0"
+2
-2
package-lock.json
+2
-2
package-lock.json
···
1
1
{
2
2
"name": "forking-build-shit",
3
-
"version": "1.0.3",
3
+
"version": "1.0.4",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "forking-build-shit",
9
-
"version": "1.0.3",
9
+
"version": "1.0.4",
10
10
"license": "MIT",
11
11
"dependencies": {
12
12
"csso": "5.0.5",