Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fox: remove build script, it is done by actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieurobin committed Jun 28, 2022
1 parent 6294240 commit 4dd4fcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- Correct package.json
+ Set correct npm reporsitory
+ Set correct git repository
+ Add build script

### v0.10.6
*2022-04-22*
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"kitten-mq": "./bin/kitten-mq"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/test.* -w -t 6000",
"build": "pkg -t node12-linux-x64 --out-path ./build ."
"test": "./node_modules/.bin/mocha test/test.* -w -t 6000"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4dd4fcf

Please sign in to comment.