Skip to content

Commit

Permalink
hotfix: 1.5.1 (#857)
Browse files Browse the repository at this point in the history
* chore: build scripts 추가

* chore: front 버저닝 추가
  • Loading branch information
yujo11 authored Aug 28, 2022
1 parent 466a58b commit 3e38c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zzimkkong-frontend",
"version": "1.5.0",
"version": "1.5.1",
"main": "src/index.tsx",
"license": "MIT",
"homepage": "https://github.com/woowacourse-teams/2021-zzimkkong",
Expand All @@ -27,6 +27,7 @@
"start": "cross-env NODE_ENV=development DEPLOY_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production DEPLOY_ENV=production webpack",
"build:dev": "cross-env NODE_ENV=production DEPLOY_ENV=development webpack",
"build:prod": "cross-env NODE_ENV=production DEPLOY_ENV=production webpack",
"storybook": "start-storybook -s ./src/assets -p 6006",
"build-storybook": "build-storybook -s ./src/assets",
"test": "TZ=Asia/Seoul jest --watch --passWithNoTests",
Expand Down

0 comments on commit 3e38c8a

Please sign in to comment.