Skip to content

Commit

Permalink
amplify.yml preBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKonings committed Mar 14, 2021
1 parent 8f762ea commit 4ff20c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amplify.yml
@@ -1,6 +1,6 @@
#file from root
version: 0.1
backend:
backend:
phases:
build:
commands:
Expand All @@ -11,12 +11,12 @@ frontend:
phases:
preBuild:
commands:
#- npm ci
- npm ci
#- npm install bower
#- ./node_modules/bower/bin/bower install
build:
commands:
- npm install
#- npm install
- npm run build
#- node ./node_modules/gulp/bin/gulp.js
artifacts:
Expand Down

0 comments on commit 4ff20c2

Please sign in to comment.