Skip to content
Snippets Groups Projects
Commit a53bcde9 authored by dsehnal's avatar dsehnal
Browse files

npmignore tweaks

parent 1a8dc2c6
No related branches found
No related tags found
No related merge requests found
lib/tsconfig.commonjs.tsbuildinfo
\ No newline at end of file
tests
perf-tests
_spec
*.tsbuildinfo
*.js.map
\ No newline at end of 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": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment