Skip to content

Commit

Permalink
First release (#2)
Browse files Browse the repository at this point in the history
* package file for eslint-plugin

* rush change

* Remove git config user from ci pipeline

* Use node v21

* Remove --production from rush rebuild in ci pipeline
  • Loading branch information
ilbrando authored Jun 19, 2024
1 parent 75d244f commit 797127a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: CI
on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Git config user
uses: snow-actions/[email protected]
with:
name: # Service Account's Name
email: # Service Account's Email Address
# - name: Git config user
# uses: snow-actions/[email protected]
# with:
# name: # Service Account's Name
# email: # Service Account's Email Address
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush Install
run: node common/scripts/install-run-rush.js install
- name: Rush rebuild
run: node common/scripts/install-run-rush.js rebuild --verbose --production
run: node common/scripts/install-run-rush.js rebuild --verbose
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/eslint-plugin",
"comment": "Small changes to package.json",
"type": "none"
}
],
"packageName": "@ilbrando/eslint-plugin"
}
6 changes: 6 additions & 0 deletions tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"author": {
"name": "ilbrando"
},
"repository": {
"type": "git",
"url": "https://github.com/ilbrando/simple-form.git",
"directory": "tools/eslint-plugin"
},
"homepage": "https://github.com/ilbrando/simple-form",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 797127a

Please sign in to comment.