gha: comment out Build production step

This commit is contained in:
peaceiris 2019-09-18 03:59:37 +09:00
parent ad034f6b61
commit 8db152a91a

View file

@ -18,8 +18,8 @@ jobs:
# - name: Test script
# run: npm test
- name: Build production
run: npm run build
# - name: Build production
# run: npm run build
test-prod: