Skip to content

Commit a48f0ac

Browse files
luqvenSherwin Heydarbeygi
and
Sherwin Heydarbeygi
authored
fix: add postcss dependency to fix build error (#606)
* fix: add postcss dependency to fix build error * chore(contrib): add node about java dep for builds Co-authored-by: Sherwin Heydarbeygi <[email protected]>
1 parent 8674db9 commit a48f0ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ To install all development dependencies, in the project's root directory, run
154154
npm install
155155
```
156156

157+
**Please note: the build process assumes Java is installed locally.**
158+
157159
Once you're configured, building the JavaScript from the command line is easy:
158160
159161
```

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
"webpack": "4.46.0",
8383
"webpack-cli": "4.3.1",
8484
"webpack-closure-compiler": "2.1.6",
85-
"yargs": "16.2.0"
85+
"yargs": "16.2.0",
86+
"postcss": "^8.1.0"
8687
},
8788
"dependencies": {},
8889
"browserslist": [

0 commit comments

Comments
 (0)