Skip to content

Commit

Permalink
ci: drop vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 2, 2023
1 parent 9ddbed4 commit ab4c87b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 61 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ "master" ]
branches: ['master']
pull_request:
branches: [ "master" ]
branches: ['master']
schedule:
- cron: "4 21 * * 3"
- cron: '4 21 * * 3'

jobs:
analyze:
Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"
category: '/language:${{ matrix.language }}'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30 changes: 0 additions & 30 deletions .github/workflows/vercel.yml

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"pretest": "yarn clean",
"release": "changeset publish",
"test": "jest",
"typecov": "type-coverage",
"vercel-build": "yarn build"
"typecov": "type-coverage"
},
"devDependencies": {
"@1stg/common-config": "^8.1.0",
Expand Down
22 changes: 0 additions & 22 deletions vercel.json

This file was deleted.

0 comments on commit ab4c87b

Please sign in to comment.