mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 09:34:34 +00:00
Compare commits
2 Commits
490cd43373
...
6172b3a641
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6172b3a641 | ||
| 47811e56b5 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
|||||||
run: npm run lint
|
run: npm run lint
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
- name: Install rimraf
|
||||||
|
run: npm i -g rimraf
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: npm run package:lib
|
run: npm run package:lib
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Check Code Style
|
- name: Check Code Style
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
- name: Install rimraf
|
||||||
|
run: npm i -g rimraf
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Semantic Release
|
- name: Semantic Release
|
||||||
|
|||||||
832
package-lock.json
generated
832
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
|||||||
"description": "Linting and formatting for SAS code",
|
"description": "Linting and formatting for SAS code",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --coverage",
|
"test": "jest --coverage",
|
||||||
"build": "rimraf build && tsc",
|
"build": "npx rimraf build && tsc",
|
||||||
"preinstall": "node checkNodeVersion",
|
"preinstall": "node checkNodeVersion",
|
||||||
"prebuild": "node checkNodeVersion",
|
"prebuild": "node checkNodeVersion",
|
||||||
"prepublishOnly": "cp -r ./build/* . && rm -rf ./build && rm -rf ./src && rm tsconfig.json",
|
"prepublishOnly": "cp -r ./build/* . && rm -rf ./build && rm -rf ./src && rm tsconfig.json",
|
||||||
@@ -41,14 +41,12 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "29.2.5",
|
"@types/jest": "29.2.5",
|
||||||
"@types/node": "18.11.18",
|
"@types/node": "18.11.18",
|
||||||
"all-contributors-cli": "6.24.0",
|
|
||||||
"jest": "29.3.1",
|
"jest": "29.3.1",
|
||||||
"rimraf": "^5.0.10",
|
|
||||||
"ts-jest": "29.0.3",
|
"ts-jest": "29.0.3",
|
||||||
"typescript": "^4.3.2"
|
"typescript": "^4.3.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sasjs/utils": "3.5.0",
|
"@sasjs/utils": "3.5.2",
|
||||||
"ignore": "5.2.4"
|
"ignore": "5.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user