Skip to content

Commit

Permalink
feat: publishing generated styling files to ace-code package
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsokol5 committed May 3, 2023
1 parent 3c4a81d commit 1fa223e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
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 1fa223e

Please sign in to comment.