Skip to content

Commit

Permalink
Merge pull request #5 from code-yeongyu/package-deploy
Browse files Browse the repository at this point in the history
배포 설정을 변경합니다.
  • Loading branch information
code-yeongyu authored Jan 14, 2022
2 parents 3532ed4 + 45ff161 commit c2e0fe0
Show file tree
Hide file tree
Showing 4 changed files with 672 additions and 448 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn
- run: yarn build
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "trackpurchase",
"version": "0.1.7",
"main": "src/index.ts",
"version": "0.1.14",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-yeongyu/TrackPurchase.git"
},
"type": "module",
"keywords": [
"crawler",
"web scraper",
Expand All @@ -16,7 +15,7 @@
],
"description": "단 몇줄의 코드로 다양한 쇼핑 플랫폼에서 결제 내역을 긁어오자!",
"files": [
"src"
"dist"
],
"jest": {
"preset": "jest-puppeteer",
Expand All @@ -42,6 +41,7 @@
"@types/expect-puppeteer": "^4.4.7",
"@types/jest": "^27.0.3",
"@types/jest-environment-puppeteer": "^4.4.1",
"babel": "^6.23.0",
"babel-jest": "^27.4.5",
"jest": "^27.4.5",
"jest-puppeteer": "^6.0.3",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"sourceMap": true,
"types": ["puppeteer", "expect-puppeteer", "jest-environment-puppeteer"]
},
Expand Down
Loading

0 comments on commit c2e0fe0

Please sign in to comment.