Skip to content

Commit

Permalink
Update postbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnasriya committed Jun 8, 2024
1 parent 1500c3c commit 6a67974
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nasriya/dns",
"version": "1.0.3",
"version": "1.0.4",
"description": "A DNS manager for your domains",
"main": "./dist/cjs/nasriya-dns.js",
"module": "./dist/esm/nasriya-dns.js",
Expand Down Expand Up @@ -34,6 +34,7 @@
"build": "npm run build:esm && npm run build:cjs && postbuild",
"build:esm": "tsc --project tsconfig.esm.json",
"build:cjs": "tsc --project tsconfig.cjs.json",
"postbuild-init": "postbuild-init",
"test": "jest"
},
"author": "Nasriya Software, LLC.",
Expand Down
2 changes: 1 addition & 1 deletion postbuild.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cjsDir": "auto",
"verbose": true,
"copyFiles": {
"from": "D:\\Dev\\Packages\\NasriyaDNS\\src",
"from": "./src",
"exclude": [
".js"
]
Expand Down

0 comments on commit 6a67974

Please sign in to comment.