Skip to content

Commit

Permalink
ci: split prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 19, 2023
1 parent 4440b76 commit c189b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
chrome-version: latest
- name: Install Node Dependencies
run: npm ci
- run: cd gh-pages && ls -la
- run: cd github-pages && ls -la
- name: Python build
run: python build.py
- name: Run Webpack
run: webpack
# - name: Lint
# run: npm run test:lint
# - name: Run Tests
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"browser": "./shim/vertical.js",
"scripts": {
"deploy": "rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1) [skip ci]\"",
"prepublish": "python build.py && webpack",
"test:unit": "node tests/jsunit/test_runner.js",
"test:lint": "eslint .",
"test:messages": "npm run translate && node i18n/test_scratch_msgs.js",
Expand Down

0 comments on commit c189b87

Please sign in to comment.