Skip to content

Commit 1237bf2

Browse files
committed
[tools] Install core and GPE from GitHub
1 parent bca4c78 commit 1237bf2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"minimist": "1.1.x",
43-
"csscomb-core": "3.0.0-8",
44-
"gonzales-pe": "3.0.0-31",
43+
"csscomb-core": "csscomb/core#build-dev",
44+
"gonzales-pe": "tonyganch/gonzales-pe#build-dev",
4545
"vow": "0.4.4"
4646
},
4747
"devDependencies": {
@@ -63,6 +63,7 @@
6363
"scripts": {
6464
"build": "./scripts/build.sh",
6565
"coverage": "./scripts/coverage.sh",
66+
"postinstall": "./scripts/postinstall.sh",
6667
"test": "./scripts/build.sh && ./scripts/test.sh",
6768
"watch": "./scripts/watch.sh"
6869
}

scripts/postinstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cd ./node_modules/gonzales-pe && npm i && npm run build && cd -
2+
cd ./node_modules/csscomb-core && npm i && npm run build && cd -

0 commit comments

Comments
 (0)