Skip to content

Commit

Permalink
DGC-000: build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 committed Sep 9, 2020
1 parent 15764d9 commit 421ec2a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 65 deletions.
3 changes: 1 addition & 2 deletions acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ events:
- composer validate --no-check-all --ansi
- composer install --ansi
- source ${BLT_DIR}/scripts/pipelines/setup_env
- nvm install v8.9.1
- nvm install v13.8.0
- npm install -g npm
- npm install --global yarn
- validate:
type: script
script:
Expand Down
2 changes: 1 addition & 1 deletion blt/scripts/frontend-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo "running frontend build for twentyeighteen"
(cd docroot/themes/custom/twentyeighteen;npm run build)

echo "running frontend build for twentynineteen"
(cd docroot/themes/custom/twentynineteen;npm install)
(cd docroot/themes/custom/twentynineteen;npm run build)
2 changes: 1 addition & 1 deletion blt/scripts/frontend-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo "running frontend setup for twentyeighteen"
(cd docroot/themes/custom/twentyeighteen;npm run install-tools)

echo "running frontend setup for twentynineteen"
(cd docroot/themes/custom/twentynineteen;npm install)
(cd docroot/themes/custom/twentynineteen;npm run install-tools)
73 changes: 13 additions & 60 deletions docroot/themes/custom/twentynineteen/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docroot/themes/custom/twentynineteen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"glob": "^7.1.3",
"graceful-fs": "^4.2.2",
"gulp": "3.9.x",
"gulp-autoprefixer": "3.1.x",
"gulp-babel": "^6.1.3",
Expand Down Expand Up @@ -66,6 +65,8 @@
},
"dependencies": {
"fs-extra": "^9.0.1",
"graceful-fs": "^4.2.2",
"node": "^14.8.0",
"pa11y-ci": "^2.4.0"
}
}
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 421ec2a

Please sign in to comment.