Skip to content

Commit

Permalink
운영반영 (#435)
Browse files Browse the repository at this point in the history
* add sheet bundle

 - remove package json entry sheet

* 🔧 edit pnpm lock

* thumbUrl 추가 (#434)

* thumbUrl 추가

* remove .vscode

* webpack4 -> webpack5

---------

Co-authored-by: usbsync <[email protected]>

* add new pnpm-lock

---------

Co-authored-by: 박영덕[SW교육플랫폼개발] <[email protected]>
Co-authored-by: Youngduk Park <[email protected]>
Co-authored-by: usbsync <[email protected]>
  • Loading branch information
4 people authored Jun 3, 2024
1 parent 94d4ff8 commit 5a9d96e
Show file tree
Hide file tree
Showing 10 changed files with 3,614 additions and 3,356 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: 'release'
on:
release:
types: [created]

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ yarn-debug.log*
yarn-error.log*
.cache/
component/

.vscode
27 changes: 0 additions & 27 deletions .vscode/launch.json

This file was deleted.

2 changes: 0 additions & 2 deletions .vscode/settings.json

This file was deleted.

27 changes: 16 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entry-tool",
"version": "v1.1.12",
"name": "@entrylabs/tool",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,7 +59,7 @@
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"cross-env": "^6.0.3",
"css-loader": "0.28.7",
"css-loader": "6.11.0",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"enzyme": "^3.4.2",
Expand All @@ -77,11 +77,11 @@
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"html-webpack-plugin": "5.6.0",
"immer": "^2.0.0",
"isomorphic-style-loader": "^4.0.0",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^0.9.0",
"mini-css-extract-plugin": "^2.9.0",
"node-sass": "npm:sass",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
Expand Down Expand Up @@ -111,11 +111,9 @@
"styled-components": "^3.4.2",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "^4.41.5",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.1.11",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-manifest-plugin": "1.3.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"whatwg-fetch": "2.0.3",
"window-or-global": "^1.0.1"
},
Expand All @@ -141,5 +139,12 @@
"redux-form": "^7.4.2",
"reselect": "^4.0.0",
"xlsx": "^0.16.9"
}
},
"files": [
"dist/",
"lib/",
"package.json",
"LICENSE",
"README.md"
]
}
Loading

0 comments on commit 5a9d96e

Please sign in to comment.