Skip to content

Commit 8d184b0

Browse files
authored
Merge pull request #858 from woowacourse-teams/dev
release: v1.5.1
2 parents d9668a6 + 3e38c8a commit 8d184b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zzimkkong-frontend",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": "src/index.tsx",
55
"license": "MIT",
66
"homepage": "https://github.com/woowacourse-teams/2021-zzimkkong",
@@ -27,6 +27,7 @@
2727
"start": "cross-env NODE_ENV=development DEPLOY_ENV=development webpack serve",
2828
"build": "cross-env NODE_ENV=production DEPLOY_ENV=production webpack",
2929
"build:dev": "cross-env NODE_ENV=production DEPLOY_ENV=development webpack",
30+
"build:prod": "cross-env NODE_ENV=production DEPLOY_ENV=production webpack",
3031
"storybook": "start-storybook -s ./src/assets -p 6006",
3132
"build-storybook": "build-storybook -s ./src/assets",
3233
"test": "TZ=Asia/Seoul jest --watch --passWithNoTests",

0 commit comments

Comments
 (0)