Skip to content

Commit

Permalink
fix: fix font parser build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Dec 3, 2020
1 parent 755d560 commit e2d88fa
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 5 deletions.
200 changes: 197 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.0",
"rollup-watch": "^4.3.1",
"standard": "^14.3.4",
"uuid-v4": "^0.1.0"
Expand All @@ -40,8 +42,8 @@
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --hoist",
"build": "lerna exec --ignore=troika-examples -- rollup -c \\$LERNA_ROOT_PATH/rollup.config.js",
"build-opentype": "npm run bootstrap && lerna exec --scope=troika-3d-text -- npm run build-opentype",
"build-typr": "lerna exec --scope=troika-3d-text -- npm run build-typr",
"build-opentype": "lerna exec --scope=troika-three-text -- npm run build-opentype",
"build-typr": "lerna exec --scope=troika-three-text -- npm run build-typr",
"build-yoga": "npm run bootstrap && lerna exec --scope=troika-flex-layout -- npm run build-yoga",
"test": "jest",
"build-examples": "lerna exec --scope=troika-examples -- npm run build",
Expand Down

0 comments on commit e2d88fa

Please sign in to comment.