Skip to content

Commit

Permalink
update: add cp to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 27, 2023
1 parent cc85748 commit 6af0f85
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 @@ -58,7 +58,7 @@
"lint": "eslint --cache src/js tests/js && prettier --write src/js tests/js",
"lint:fix": "eslint --fix --cache src/js tests/js && prettier --write src/js tests/js",
"lint:staged": "lint-staged",
"postinstall": "npm run transpile",
"postinstall": "npm run transpile && cp -r src/js/runtime_data lib/",
"prepare": "node bootstrap.js",
"prettier": "prettier --check src/js tests/js",
"test": "mocha",
Expand Down

0 comments on commit 6af0f85

Please sign in to comment.