Skip to content

Commit

Permalink
fix: remove tests from published package (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 17, 2024
1 parent 3f43f4a commit d3b62dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"demo/runkit.js"
],
"scripts": {
"build": "tsc -p .",
"build": "tsc -p . && rimraf --glob lib/__tests__ 'lib/**/__tests__'",
"build:webfs": "NODE_ENV=production webpack --config ./src/webfs/webpack.config.js",
"clean": "rimraf lib types",
"demo:crud-and-cas": "webpack serve --config ./demo/crud-and-cas/webpack.config.js",
Expand Down

0 comments on commit d3b62dc

Please sign in to comment.