Skip to content

Commit

Permalink
package json scripts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
uluCthulhu committed Nov 28, 2023
1 parent bfe78cb commit 184b3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "znn-ts-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"start:dev": "webpack --mode=development --watch --progress",
"build:dev": "npx webpack --mode=development",
"build:prod": "npx webpack --mode=production",
"postinstall": "npm run build:prod && npm run copy-wasm && npm run patch"
"afterinstallation": "npm run build:prod && npm run copy-wasm && npm run patch"
},
"keywords": [
"zenon",
Expand Down

0 comments on commit 184b3bd

Please sign in to comment.