Skip to content

Commit

Permalink
[tools] Remove post-install.js call from package.json and call it exp…
Browse files Browse the repository at this point in the history
…licitly
  • Loading branch information
jeremyfa committed Jan 31, 2022
1 parent 42f5634 commit c07f54a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-ceramic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
npm ci
cd ../tools
./npm ci
./node post-install.js
cd ../runner
../tools/npm ci
cd ..
Expand Down Expand Up @@ -161,6 +162,7 @@ jobs:
npm ci
cd ../tools
./npm ci
./node post-install.js
cd ../runner
../tools/npm ci
cd ..
Expand Down Expand Up @@ -256,6 +258,7 @@ jobs:
npm ci
cd ../tools
./npm ci
./node post-install.js
cd ../runner
../tools/npm ci
cd ..
Expand Down
4 changes: 1 addition & 3 deletions tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.10.0",
"description": "Cross-platform 2D framework written in Haxe",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node post-install.js",
"ceramic": "./ceramic"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c07f54a

Please sign in to comment.