Skip to content

Commit 71d544a

Browse files
author
Chen Asraf
committed
v0.4.4
1 parent 20389d7 commit 71d544a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Create files based on templates",
55
"repository": "https://github.com/chenasraf/simple-scaffold.git",
66
"author": "Chen Asraf <inbox@casraf.com>",
@@ -10,6 +10,7 @@
1010
"types": "index.d.ts",
1111
"scripts": {
1212
"build": "NODE_ENV=${NODE_ENV:-production} webpack -p && chmod -R +x ./dist",
13+
"prepublishOnly": "yarn build",
1314
"dev": "webpack --watch",
1415
"start": "node dist/scaffold.js",
1516
"test": "jest",

0 commit comments

Comments
 (0)