clear_node_modules 1.2.5 → 1.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,17 +6,7 @@ on:
6
6
  - master
7
7
 
8
8
  jobs:
9
- build:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-node@v4
14
- with:
15
- node-version: 20
16
- - run: npm install
17
-
18
9
  publish-npm:
19
- needs: build
20
10
  runs-on: ubuntu-latest
21
11
  steps:
22
12
  - uses: actions/checkout@v4
@@ -24,7 +14,6 @@ jobs:
24
14
  with:
25
15
  node-version: 20
26
16
  registry-url: https://registry.npmjs.org/
27
- - run: npm install
28
17
  - run: npm publish
29
18
  env:
30
- NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
19
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clear_node_modules",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "help you remove all large file of node_modules in dist dir!",
5
5
  "main": "index.js",
6
6
  "directories": {