Skip to content

Commit 63dd75a

Browse files
authored
Merge pull request #20 from requestly/prepublish-script
chore: move build from prepack to prepublish
2 parents b555dc7 + 8f551c1 commit 63dd75a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@requestly/mock-server",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "- Methods: GET, POST, PUT, OPTIONS - Description - Endpoint (can be full path) (/api/v1/users) - Multiple Responses - Shuffle Response - Sequential Response - Rules in Response - Status (Any status code 2xx, 4xx) - Latency - Body - Templating - Faker js - Headers",
55
"main": "build/index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "npm run build && node build/test/index.js",
99
"start:dev": "npx nodemon",
1010
"build": "rimraf ./build && tsc",
11-
"prepack": "npm run build"
11+
"prepublish": "npm run build"
1212
},
1313
"author": "",
1414
"license": "ISC",

0 commit comments

Comments
 (0)