Skip to content

Commit

Permalink
chore: provenance
Browse files Browse the repository at this point in the history
Release-As: 4.0.1
  • Loading branch information
cha0s committed Feb 8, 2024
1 parent 338c2df commit 59b2410
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "4.0.0",
"author": "cha0s",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "webpack --config ./build/build.webpack.config.js --mode production",
"clean": "rm -rf dist node_modules yarn.lock",
Expand All @@ -14,6 +11,14 @@
"test": "webpack --config ./build/build.test.webpack.config.js --mode production && mocha --colors --parallel ./dist/test/*.js ./dist/test/server/*.js",
"test:watch": "webpack watch --config ./build/build.test.webpack.config.js --mode development & mocha --colors --parallel --watch --watch-files ./dist/test/*.js ./dist/test/server/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cha0s/flecks.git",
"directory": "packages/build"
},
"publishConfig": {
"access": "public"
},
"bin": {
"flecks": "./build/cli.js"
},
Expand Down

0 comments on commit 59b2410

Please sign in to comment.