diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a47966ac36..1cff9b6ee7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/package.json b/package.json index 1951f3090e..8c41dde136 100644 --- a/package.json +++ b/package.json @@ -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",