We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20389d7 commit 71d544aCopy full SHA for 71d544a
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simple-scaffold",
3
- "version": "0.4.3",
+ "version": "0.4.4",
4
"description": "Create files based on templates",
5
"repository": "https://github.com/chenasraf/simple-scaffold.git",
6
"author": "Chen Asraf <inbox@casraf.com>",
@@ -10,6 +10,7 @@
10
"types": "index.d.ts",
11
"scripts": {
12
"build": "NODE_ENV=${NODE_ENV:-production} webpack -p && chmod -R +x ./dist",
13
+ "prepublishOnly": "yarn build",
14
"dev": "webpack --watch",
15
"start": "node dist/scaffold.js",
16
"test": "jest",
0 commit comments