Skip to content

Commit

Permalink
removing yml build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisakinrinade committed Jan 6, 2021
1 parent 4fe1826 commit 5e6f011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ phases:
# pre_build:
# commands:
# - npm run test
build:
commands:
- npm run build
# build:
# commands:
# - npm run build
artifacts:
files:
- package.json
Expand Down

0 comments on commit 5e6f011

Please sign in to comment.