Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Nov 14, 2024
1 parent 2f565a4 commit 3990832
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v1/packages/osmosis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build:pkg": "ts-node ./scripts/build.ts",
"codegen": "npm run build:pkg",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down

0 comments on commit 3990832

Please sign in to comment.