Skip to content

Commit

Permalink
upgrade clrc
Browse files Browse the repository at this point in the history
upgrade clrc
  • Loading branch information
mebtte committed Nov 20, 2023
1 parent 3fac838 commit fde3700
Show file tree
Hide file tree
Showing 4 changed files with 36,156 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
node-version: lts/*

- run: npm install
- run: npm ci

- uses: JS-DevTools/npm-publish@master
with:
Expand Down
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# node & npm & yarn
# node & npm
node_modules/
package-lock.json
yarn.lock

# log
*.log
Expand All @@ -13,9 +11,6 @@ yarn.lock
dist/
build/

# parcel
.cache

# husky
_/

Expand Down
Loading

0 comments on commit fde3700

Please sign in to comment.