Skip to content

Commit

Permalink
fix-build-structure (#150)
Browse files Browse the repository at this point in the history
* fix-build-structure
  • Loading branch information
antmendoza authored Dec 3, 2021
1 parent e302901 commit 1a71da4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
30 changes: 9 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@severlessworkflow/sdk-typescript",
"version": "3.0.0",
"version": "3.0.1",
"schemaVersion": "0.8",
"description": "Typescript SDK for Serverless Workflow Specification",
"main": "umd/index.umd.min.js",
Expand All @@ -25,7 +25,7 @@
"pretest": "npx rimraf out-tsc",
"test": "npx tsc --project ./tests/tsconfig.json && npx jasmine --config=./tests/support/jasmine.json",
"prebuild": "npx rimraf dist",
"build": "npx rollup -c rollup.config.ts",
"build": "npx rollup -c rollup.config.ts && npx shx mv ./dist/src/lib ./dist/lib && npx rimraf ./dist/src",
"postbuild": "npx shx cp ./package.json ./README.md ./LICENSE ./dist/",
"verify-publish-directory": "node -e 'if (!process.cwd().endsWith(\"dist\")) { console.error(\"Packaging/Publishing should be done from ./dist/\"); process.exitCode = 1; } process.exit();'",
"prepack": "npm run verify-publish-directory",
Expand Down

0 comments on commit 1a71da4

Please sign in to comment.