Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3e19c8ee6 | ||
|
|
5e4c8f1088 | ||
|
|
2fe67cdd69
|
||
|
|
3f79208d2d | ||
|
|
ad436abc95
|
||
|
|
e8adad9d6f | ||
|
|
ab3297cac5 | ||
|
|
d9b59beff4 |
2
.github/actions/pnpm-setup/action.yml
vendored
2
.github/actions/pnpm-setup/action.yml
vendored
@@ -36,7 +36,7 @@ runs:
|
|||||||
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Setup pnpm cache
|
- name: Setup pnpm cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
|
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
|
||||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
|
|||||||
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# lilbetter.js
|
||||||
|
|
||||||
|
## 0.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 2fe67cd: Created the boilerplate and package setup
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// eslint-disable-next-line n/no-unpublished-import
|
||||||
import { configs, defineConfig, presets } from '@eslegant/js';
|
import { configs, defineConfig, presets } from '@eslegant/js';
|
||||||
|
|
||||||
export default defineConfig([
|
export default defineConfig([
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lilbetter.js",
|
"name": "lilbetter.js",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user