Skip to content

Commit 0dd59d0

Browse files
committed
Inject functions into web source
1 parent 6c265d8 commit 0dd59d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
if : github.ref == 'refs/heads/master'
4343
run : |
4444
yarn website:install
45+
yarn injectweb
4546
yarn website:build
4647
- name: Website Deploy 🚀
4748
if : github.ref == 'refs/heads/master'

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"build:tests:noskip": "rimraf test/languages && babel-node src/_util/cli.js writetests --noskip",
7272
"build:tests": "rimraf test/languages && babel-node src/_util/cli.js writetests",
7373
"build": "npm-run-all build:*",
74-
"deploy": "npm-run-all injectweb website:build website:deploy",
7574
"fix": "eslint src --fix",
7675
"injectweb": "rimraf website/source/{c,golang,php,python,ruby} && babel-node src/_util/cli.js injectweb",
7776
"lint": "eslint src",

0 commit comments

Comments
 (0)