npmignore tweaks

This commit is contained in:
dsehnal
2021-12-01 13:14:28 +01:00
parent 1a8dc2c637
commit a53bcde973
2 changed files with 6 additions and 2 deletions

View File

@@ -1 +1,5 @@
lib/tsconfig.commonjs.tsbuildinfo
tests
perf-tests
_spec
*.tsbuildinfo
*.js.map

View File

@@ -38,7 +38,7 @@
"volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336",
"plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339",
"preversion": "npm run test",
"version": "npm run rebuild",
"version": "npm run rebuild && cpx .npmignore lib/.npmignore",
"postversion": "git push && git push --tags"
},
"files": [