Skip to content

Commit

Permalink
Merge pull request #5152 from ajaxorg/publish-styles-to-ace-code
Browse files Browse the repository at this point in the history
feat: publishing generated styling files to ace-code package
  • Loading branch information
marinsokol5 authored May 3, 2023
2 parents 3c4a81d + 1fa223e commit 41700d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"license": "BSD-3-Clause",
"files": [
"src",
"styles",
"ace.d.ts",
"esm-resolver.js",
"!**/*_test.js",
Expand All @@ -41,7 +42,7 @@
"lint": "eslint \"src/**/*.js\"",
"fix": "eslint --fix \"src/**/*.js\"",
"changelog": "standard-version",
"prepack": "node tool/esm_resolver_generator.js"
"prepack": "node tool/esm_resolver_generator.js && node Makefile.dryice.js css --target build-styles && mv build-styles/css styles"
},
"standard-version": {
"skip": {
Expand Down

0 comments on commit 41700d0

Please sign in to comment.