From a9b0d63170ad44b9e153714dd72b53c8acdb265f Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 9 Oct 2022 15:40:51 +0500 Subject: [PATCH] oops put post-build script back in --- package-lock.json | 4 ++-- package.json | 4 ++-- src/components/package.json | 2 +- src/lib/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f7aaf5..2a72f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pashto-inflector", - "version": "5.0.7", + "version": "5.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pashto-inflector", - "version": "5.0.7", + "version": "5.0.8", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3cb2583..4ec1c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pashto-inflector", - "version": "5.0.7", + "version": "5.0.8", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", @@ -41,7 +41,7 @@ "eject": "react-scripts eject", "install-r": "yarn install && cd src/lib && yarn install && cd ../components && yarn install", "build-website": "node get-words.js && npm run build", - "build-library": "cd src/components && rimraf dist && tsc --project lib-tsconfig.json && cd ../lib && rimraf dist && tsc --project lib-tsconfig.json && node_modules/rollup/dist/bin/rollup -c", + "build-library": "cd src/components && rimraf dist && tsc --project lib-tsconfig.json && node post-build.cjs && cd ../lib && rimraf dist && tsc --project lib-tsconfig.json && node_modules/rollup/dist/bin/rollup -c", "test-ci": "npm run test -- --watchAll=false", "get-words": "node get-words.js" }, diff --git a/src/components/package.json b/src/components/package.json index f0b4c73..95d4135 100644 --- a/src/components/package.json +++ b/src/components/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/ps-react", - "version": "5.0.7", + "version": "5.0.8", "description": "Pashto inflector library module with React components", "main": "dist/components/library.js", "module": "dist/components/library.js", diff --git a/src/lib/package.json b/src/lib/package.json index f113ccd..1b74987 100644 --- a/src/lib/package.json +++ b/src/lib/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/inflect", - "version": "5.0.7", + "version": "5.0.8", "description": "Pashto inflector library", "main": "dist/index.js", "types": "dist/lib/library.d.ts",