Skip to content

Commit

Permalink
Sleep after building for fs cache
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Sep 4, 2023
1 parent b467035 commit 2b80ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"prepare": "npm run clean && npm run lint && npm run build && npm run test && npm run browserify",
"prepare": "npm run clean && npm run lint && npm run build && sleep 2 && npm run test && npm run browserify",
"clean": "rm -rf dist",
"build": "tsc && cat dist/src/index.js | sed 's/\\/\\/ WEBSOCKET \\/\\///g' | sed 's/new websocket_1.w3cwebsocket/new (typeof WssClient !== typeof _NA_ ? WssClient : websocket_1.w3cwebsocket)/g'|tee dist/src/index.js | echo $(wc -l)' lines written'",
"watch": "tsc -w",
Expand Down

0 comments on commit 2b80ee3

Please sign in to comment.